saving a record for a continuous form

W

Wavequation

I am writing a subroutine that uses a subform's recordset to open another
form. If there are no previous records, the code returns an error that there
is nothing in the recordset. How can I force the subform to save its data?
 
S

Steve

Like a any form, a subform saves a record in one of three ways --
1. When the user goes to a different or new record
2. When the form is closed
3. VBA code to explicitly save the record

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
[email protected]
 
Top