Data Entry form

C

Chi

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
 
Top