displaying recently added record

  • Thread starter Thread starter nzquikster
  • Start date Start date
N

nzquikster

ok, i have two forms: the first one displays the records while the other one
is used to add records. How do i, after adding a record get the first form
to go to and display the newly added record.
 
ok, i have two forms: the first one displays the records while the other one
is used to add records. How do i, after adding a record get the first form
to go to and display the newly added record.

What useful purpose does having 2 forms have?
As long as you wish to be able to 'see' the newly added records along
with the previously entered records, have just one form.
Set it's DataEntry property to No and you will be able to see all
records and enter new ones as well.
 
Back
Top