A
ADixon
Hello all
I have a problem with an otherwise ok update query.
What i need to do is to track changes to a value in a textbox and then
update a secondary table with the value in the textbox. The 'textbox' is on a
continuous form which is in datasheet view. I know the string values i'm
using are being changed, so all i need to do is to use these values in an
update query.
All seems to be working when stepping through the code, but the value
doesn't appear in the table. I don't get any errors when warnings are off and
the table isn't read only.
(using A2003, table is a linked table from DFS)
Can anyone think of a reason why the values aren't appearing as they should
Thanks
I have a problem with an otherwise ok update query.
What i need to do is to track changes to a value in a textbox and then
update a secondary table with the value in the textbox. The 'textbox' is on a
continuous form which is in datasheet view. I know the string values i'm
using are being changed, so all i need to do is to use these values in an
update query.
All seems to be working when stepping through the code, but the value
doesn't appear in the table. I don't get any errors when warnings are off and
the table isn't read only.
(using A2003, table is a linked table from DFS)
Can anyone think of a reason why the values aren't appearing as they should
Thanks