NotInList Event Question

Seems to work, RuralGuy. Thanks very much.

There is only 1 thing that is puzzling me:

When opening frmCorps directly, the form is supposed to open to a new record. It does that, but the record counter at the bottom of the form's window does not display the true number of records already in the table.

I think one of the form's properties may be incorrectly set - hence, my other post of the day asking if there's a way to print out all the properties of a form from the VBE window.
 
You have the DataEntry property set to YES. Set it to NO.
 
Didn't realize that it had changed!

I won't claim to understand the coding, but everything now seems to work. Guess I'll have to study up on the "dirty" property.

Thanks again.
 

Users who are viewing this thread

Back
Top Bottom