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'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"