I am trying to do something very simple:
Set up a batch-oriented data entry form with a multiple-column 'data
view' (of any kind)
This 'data view' must reflect the change immediately when a row is
added, but must only show rows from the current batch
Lastly, when clicking on a row, I want to be able to edit the data
using my DB Edit fields on the form (DON'T need to edit anything IN the
data view - it's just a reference list)
I've Tried a Variable Lookup ListView, but the rows disappear when I
click on them.
I've tried a DB Grid, but I can't determine how to specify a current
batch rather than display data from an entire table.
Jan - you've been very helpful so far...I hope this rewording makes more
sense.