Save record help

  • Thread starter Thread starter Lapchien
  • Start date Start date
L

Lapchien

I have 2 db's - on one I have some code that does a save record, and prints
a report based on a query from the saved record. When it runs, it saves ok
and remains in the same record on the form.

On the other db same thing, but when it does the save record it
automatically closes and opens a new record (still saving the last record).
Why woul dthese 2 'identical' save actions produce 2 different results? IS
there something in the form design..?

Thanks,
Lap
 
Check the Properties on the second form. Open the form in design view and
open the properties sheet. Go to the Data tab. Is Data Entry set to Yes?
 
It is set to yes...


Wayne Morgan said:
Check the Properties on the second form. Open the form in design view and
open the properties sheet. Go to the Data tab. Is Data Entry set to Yes?
 
Data Entry causes the form to accept new records only. You can move back
through the records you entered during that session to make corrections, but
it is designed for easy entry of data and will keep moving to a new record.
 
Back
Top