Refreshing a query

Neil.Cranston

New member
Local time
Today, 03:38
Joined
Jun 18, 2001
Messages
6
I am creating a data entry form. where the user will enter the volume number, I am using a button to launch another form which will allow the sections for the volume to be entered. My problem is that I have to refresh the volume query befor I can enter a section record. I know that I can do this by pressing shift + F9 but can I do this within code so the used cannot make a mistake?

cheers

Neil
 
Use Me.Requery in the ON Click event of your button.

Greetings,

RV
 

Users who are viewing this thread

Back
Top Bottom