R
Rolls
I have a main form with several combo box lookup fields and two subforms
plus other textboxes to build a record. Midway through entering data
there's a place where a query may be run to see if various combinations of
the data being entered into the current record already exist. Also a report
fronts containing data being keyed in. This produces error messages. When
the user moves off the current record (saving it) and returns the queries
run without error messages. Is there a way to save a record by means of an
event that could be triggered midway through? After this point data entered
into remaining fields would update the saved record instead of being added
later when the current record is saved. I'm looking for something similar
to DoCmd.AddRecord , , acNewRec.
Or is there a point where the architecture has to be upgraded to unbound
forms using recordsets and have I passed it?
plus other textboxes to build a record. Midway through entering data
there's a place where a query may be run to see if various combinations of
the data being entered into the current record already exist. Also a report
fronts containing data being keyed in. This produces error messages. When
the user moves off the current record (saving it) and returns the queries
run without error messages. Is there a way to save a record by means of an
event that could be triggered midway through? After this point data entered
into remaining fields would update the saved record instead of being added
later when the current record is saved. I'm looking for something similar
to DoCmd.AddRecord , , acNewRec.
Or is there a point where the architecture has to be upgraded to unbound
forms using recordsets and have I passed it?