Sep 30, 2008 #1 Brianfree Programmer Feb 6, 2008 220 GB Hi, i have a simple query which just changes all values to "yes" on a table, can i run this query on an onclick event or as soon as a form opens? many thanks, Brian
Hi, i have a simple query which just changes all values to "yes" on a table, can i run this query on an onclick event or as soon as a form opens? many thanks, Brian
Sep 30, 2008 #2 JBinQLD Programmer Aug 2, 2008 452 AU G'day Bri, You could consider docmd.openquery.... db.eecute ........... or docmd.runsql (".....") also, docmd.setwarnings false .... "" "" "" "" true helps with the annoyting prompts JB Upvote 0 Downvote
G'day Bri, You could consider docmd.openquery.... db.eecute ........... or docmd.runsql (".....") also, docmd.setwarnings false .... "" "" "" "" true helps with the annoyting prompts JB