Argument not Optional - Error

halem2

Registered User.
Local time
Today, 04:37
Joined
Nov 8, 2006
Messages
180
Hi All

I'm getting an "Argument not optional" error on this piece of code. The qry itself is a make table qry and I need to bypass the prompts.

Any ideas why? thanks

DoCmd.SetWarnings = False
DoCmd.OpenQuery "qryJobInfoMkTblSpectrum", acNormal, acEdit
DoCmd.Close acQuery, "qryJobInfoMkTblSpectrum"
 
I AM going to kick myself in the behind...

thanks Bob, as usual
 

Users who are viewing this thread

Back
Top Bottom