freddydog
Programmer
- Jan 28, 2007
- 14
Hi, Can't figure out why this doesn't work. I would like to update 2 cols (date and operator id) in tableB when a control (lettertype - also in TableB) on a continuous form is updated.
- when the lettertype is updated, TableB show the update
- I then have a query to update the date/operator id in that same table - TableB
- the query fails at the where clause ... when I specifically specify the record id in the where clause in TableB, the update works but when I try to use a variable in which I write the record id, the query fails?? How can I update the correct row?
Hope this is clear. Thanks for any insight.
- when the lettertype is updated, TableB show the update
- I then have a query to update the date/operator id in that same table - TableB
- the query fails at the where clause ... when I specifically specify the record id in the where clause in TableB, the update works but when I try to use a variable in which I write the record id, the query fails?? How can I update the correct row?
Hope this is clear. Thanks for any insight.