P
Parker
I have a Make-Table Query (QryUpdateBillingTable) that is run when the user
prints a Report (RptBillingList). It simply fills a table (TblBillingList)
with the Order Numbers (OrderNo) from that report so that I can update those
records with an Update Query at a later time (Once the user verifies the info
is correct).
My concern is that when the Make-Table Query is run, it prompts the user
with "The existing table 'TblBillingList' will be deleted before you run the
query. Do you want to continue anyway? Yes / No".
Can I supress, avoid, or hide this warning from the user?
Is there a way to auto-answer this prompt through coding?
Or is there a better way to clear the table and populate it with the correct
info?
I'm using Access 2000.
Thanks in advance for any help!
Parker
prints a Report (RptBillingList). It simply fills a table (TblBillingList)
with the Order Numbers (OrderNo) from that report so that I can update those
records with an Update Query at a later time (Once the user verifies the info
is correct).
My concern is that when the Make-Table Query is run, it prompts the user
with "The existing table 'TblBillingList' will be deleted before you run the
query. Do you want to continue anyway? Yes / No".
Can I supress, avoid, or hide this warning from the user?
Is there a way to auto-answer this prompt through coding?
Or is there a better way to clear the table and populate it with the correct
info?
I'm using Access 2000.
Thanks in advance for any help!
Parker