matethreat
Technical User
Hello,
Currently I have a table re-create every morning by importing information from an excel spreadsheet. I first run a delete query on the table then I run the macro to import all the up to date information. All of this works a charm.
What I want to be able to do now is using the job number from the above mentioned table, create a new record in a second table. This second table will hold information about the job entered by the user. So what I want it to be able to do is only append job numbers that were not previously in the table.
I guess my real problem is what criteria I would use in an append query to check if there are any new job numbers in table1 and if there are append them to table2. This may not be able to be done with a query, I might have to do it with code. Not sure where to start.
Currently I have a table re-create every morning by importing information from an excel spreadsheet. I first run a delete query on the table then I run the macro to import all the up to date information. All of this works a charm.
What I want to be able to do now is using the job number from the above mentioned table, create a new record in a second table. This second table will hold information about the job entered by the user. So what I want it to be able to do is only append job numbers that were not previously in the table.
I guess my real problem is what criteria I would use in an append query to check if there are any new job numbers in table1 and if there are append them to table2. This may not be able to be done with a query, I might have to do it with code. Not sure where to start.