G
Guest
I want to use the same form to process 1) New Adds to the table, 2) Edits to
the table, and 3) handling Not In List adds. Processing is a little different
for each case. For the first, the form should be empty. For the second, I'd
like to MsgBox the user for the name and use FindRecord to get to the right
place for the desired change. For the third, I'd like to put the OpenArgs
into the Name field so the user doesn't have to re-enter it.
Problem for me is that none of the events - Open, Load, Activate -- seem to
be able to know what the incoming state is - Add or Edit, OpenArgs Null or
not. My question is, is there any way to know these things for a processing
routine??
the table, and 3) handling Not In List adds. Processing is a little different
for each case. For the first, the form should be empty. For the second, I'd
like to MsgBox the user for the name and use FindRecord to get to the right
place for the desired change. For the third, I'd like to put the OpenArgs
into the Name field so the user doesn't have to re-enter it.
Problem for me is that none of the events - Open, Load, Activate -- seem to
be able to know what the incoming state is - Add or Edit, OpenArgs Null or
not. My question is, is there any way to know these things for a processing
routine??