Data Entry form

G

Guest

Hi,
I created the main form named STUDENT which shows all students in the
database.
on the form footer, I used COMMENT button and use marcro to open DATAENTRY
form to enter new students.
It works fine. Howeve; after I entered new record or new student( Quinland
Tran and his details) and closed DATAENTRY form,the new record don't show in
the STUDENT form.

The new record only appear on STUDENT form when i close the database and
open its again.

Is there a way to update new record to the main form (STUDENT) without
closing database.

Thanks
Chi
 
T

tina

you could try adding a macro or VBA code to the DataEntry form's Close
event, to Requery the Student form.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top