M
Michael Kintner
How can I use DoCmd.OpenQuery and not have it prompt that it is performing a
append or delete. I would like it to perform the operation without giving
me the warnings and just do it.
Example in use within Access VB:
DoCmd.OpenQuery "qry-append-BuildMonthlyUsage"
DoCmd.OpenReport "rpt-ShowMonthlyUsage", acViewPreview
Or is there another method that I should be using?
Thank you in advance for your help,
Michael Kintner
append or delete. I would like it to perform the operation without giving
me the warnings and just do it.
Example in use within Access VB:
DoCmd.OpenQuery "qry-append-BuildMonthlyUsage"
DoCmd.OpenReport "rpt-ShowMonthlyUsage", acViewPreview
Or is there another method that I should be using?
Thank you in advance for your help,
Michael Kintner