Simple Question pls

D

DLAM

Hi,

Can anyone teach me how to run a "make table query " everytime when I open
up a form
 
D

Duane Hookom

You could add code to the On Open event of the form like:
DoCmd.OpenQuery "qmakYourQuery"
 
Top