I am trying to use a query to update or append (no luck with either) from one table to a table in another database.
I have a form for data entry which puts info in a few tables when equipment in the field is worked on.
On another form I have a text box where you type in the date which will run a query on the form from the LastCalibrated column in tblFieldTAg, which will pull up the tblFieldTag data in a subform on the screen from that date to present.
What I would like to do have a button run either an update or append query to dump to another database.
Basically both database have a table like this.
tblFieldTag
FieldTagID
Manufacturer
ModelNumber
LastCalibrated
Input
Output
I have been trying for a couple of hours with no luck before posting. In the update query I used the criteria for the FieldTagID from the subform and tried to have it update all the columns for the rows that displayed, but recieved an error like null key value cannot overwrite?
I hope this is enough info.
thanks in advance,
Kelly
I have a form for data entry which puts info in a few tables when equipment in the field is worked on.
On another form I have a text box where you type in the date which will run a query on the form from the LastCalibrated column in tblFieldTAg, which will pull up the tblFieldTag data in a subform on the screen from that date to present.
What I would like to do have a button run either an update or append query to dump to another database.
Basically both database have a table like this.
tblFieldTag
FieldTagID
Manufacturer
ModelNumber
LastCalibrated
Input
Output
I have been trying for a couple of hours with no luck before posting. In the update query I used the criteria for the FieldTagID from the subform and tried to have it update all the columns for the rows that displayed, but recieved an error like null key value cannot overwrite?
I hope this is enough info.
thanks in advance,
Kelly