E
erick-flores
hello all
I am getting my data from an ODBC connection, using Access 2003. The
application refresh all the data when the user clicks on a button. It
refresh the data by deleting the old table and substitude with a new
table, I have a make table query to do this. All this is working fine,
but now the user wants to keep some of the records from the old table
and when they click on the refresh button it actually refresh BUT it
keep some particular records. The records they want to keep are those
that have a check on a checkbox that represent a paid field.
I was thinking of a update query but im not sure how to do this.
Thanks in advance
I am getting my data from an ODBC connection, using Access 2003. The
application refresh all the data when the user clicks on a button. It
refresh the data by deleting the old table and substitude with a new
table, I have a make table query to do this. All this is working fine,
but now the user wants to keep some of the records from the old table
and when they click on the refresh button it actually refresh BUT it
keep some particular records. The records they want to keep are those
that have a check on a checkbox that represent a paid field.
I was thinking of a update query but im not sure how to do this.
Thanks in advance