G
Guest
I have two tables that are related by id#. For example: Table one has three
records with the same id#. I want to take the First of those records (by id#
sequence) and put that value in a Table Two field.
In using a Update query, I had no luck getting the last record. So I
created a select query with the table one in it and the id#. In "totals", I
put "first". When run it has the record I want. Then in the Update query I
have the query and table two (related) shown. I put the field in table two
in the field and table row in the first column. In the "Update to" row, I
put it's reference: [Query5tst.FirstofChkAmnt] -(the field is chkamnt but it
appears as firstofchkamnt when it's referenced from the query. (Yes, both
fields i'm manipulating are the same - currency) When the update query is run
i get "operation must us an updatable query.....i've tried diff. things all
day and can't get it to update the table..... Any ideas?
Thanks in advance for your help.
records with the same id#. I want to take the First of those records (by id#
sequence) and put that value in a Table Two field.
In using a Update query, I had no luck getting the last record. So I
created a select query with the table one in it and the id#. In "totals", I
put "first". When run it has the record I want. Then in the Update query I
have the query and table two (related) shown. I put the field in table two
in the field and table row in the first column. In the "Update to" row, I
put it's reference: [Query5tst.FirstofChkAmnt] -(the field is chkamnt but it
appears as firstofchkamnt when it's referenced from the query. (Yes, both
fields i'm manipulating are the same - currency) When the update query is run
i get "operation must us an updatable query.....i've tried diff. things all
day and can't get it to update the table..... Any ideas?
Thanks in advance for your help.