G
Guest
Hi,
How can I disable the warnings in executing a make table query? I have a
command button that executes the make table query with the following code:
CurrentDb.Execute "qryRODetailTempMake", dbFailOnError
But, I'm getting the Run-Time error '3010': Table 'RODetailTemp2' arleady
exists.
I basically want the temp table to be refreshed with the new data everytime
the button is clicked. Anyone has any ideas on this? Thanks in advance.
How can I disable the warnings in executing a make table query? I have a
command button that executes the make table query with the following code:
CurrentDb.Execute "qryRODetailTempMake", dbFailOnError
But, I'm getting the Run-Time error '3010': Table 'RODetailTemp2' arleady
exists.
I basically want the temp table to be refreshed with the new data everytime
the button is clicked. Anyone has any ideas on this? Thanks in advance.