mswilson16
Programmer
At the minute I have a form where when it is closed it runs an update query. In each record there is a stock ordered, stock arrived and status field.
When "stock ordered" is = "stock arrived" then the query will update the query so that it reads "complete".
I have various different update queries that run certain procedures like this.
What I need to know is,
a) can this update be done by using a recordset instead of a query
b) will it be quicker using a recordset than a query???
cheers in advance
When "stock ordered" is = "stock arrived" then the query will update the query so that it reads "complete".
I have various different update queries that run certain procedures like this.
What I need to know is,
a) can this update be done by using a recordset instead of a query
b) will it be quicker using a recordset than a query???
cheers in advance