Data Entry Form - On Open New Record Visible

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a data entry form, that when the form is opened, a new record is
available for input. However, I cannot go to another or view a previous
record in the table. I am not sure how I set this up orginally, but I cant
seem to find where I would implemented this setup and I would like to change
it so that I can view previous records and update them.

thanks,
 
davidpkohne said:
I have a data entry form, that when the form is opened, a new record
is available for input. However, I cannot go to another or view a
previous record in the table. I am not sure how I set this up
orginally, but I cant seem to find where I would implemented this
setup and I would like to change it so that I can view previous
records and update them.

thanks,

When the form's DataEntry property is set to true or if it is opened via
code with the acAdd argument then that is how it is supposed to behave. If
you want to see all records when you open the form then make sure you are
doing neither of those.
 
Back
Top