Hello,
I have a database with different fields; one of them is the Customer Name. I have created a form to enter the information. In the same form, I have a text box and a command button, which are used to run my query based on the Customer Name. There is no problem with the query when using it for the first Customer Name. However, when I enter a second 'Customer Name' and hit the command button, the query table does not update automatically. In fact, the results from the first query does not even disappear.
I hope I am clear with my question. Could somebody tell me how to update the table irrespective of how many times I run the query?
Thank you!
I have a database with different fields; one of them is the Customer Name. I have created a form to enter the information. In the same form, I have a text box and a command button, which are used to run my query based on the Customer Name. There is no problem with the query when using it for the first Customer Name. However, when I enter a second 'Customer Name' and hit the command button, the query table does not update automatically. In fact, the results from the first query does not even disappear.
I hope I am clear with my question. Could somebody tell me how to update the table irrespective of how many times I run the query?
Thank you!