F
Frederick Wilson
Hello all,
I am just curious. I handle my notinlist with a recordset.
I will trap the not in list in the event for that control,
MsgBox to find out if they want it to be added
Yes
I open a recordset
addnew
update
close
responce=acdataerradded
then return them back to the control.
It occured to me last week that there just might be a way to do this via
a query but I am not sure how to make it work.
The reason? The PK for the record where the cboBox gets its info
with the recordset I simply do a dmax ("","") + 1 right before update.
What are your thoughts?
Fred
I am just curious. I handle my notinlist with a recordset.
I will trap the not in list in the event for that control,
MsgBox to find out if they want it to be added
Yes
I open a recordset
addnew
update
close
responce=acdataerradded
then return them back to the control.
It occured to me last week that there just might be a way to do this via
a query but I am not sure how to make it work.
The reason? The PK for the record where the cboBox gets its info
with the recordset I simply do a dmax ("","") + 1 right before update.
What are your thoughts?
Fred