O
OTWarrior via AccessMonster.com
I need to add data to a table that is not the source of the currently active
form, and I need to use a reference number to select the correct row, I know
of this from another post on MS's forum:
INSERT INTO TableName(Field2, Field3) VALUES (12345,def)
Field1 (column A) will be blank
Field2 = me.bookingID
Field3 = me.txtField
In my example, I would need to select the row via Field2, and add a value
into field3.
I know my code is wrong, I am just getting used to using sql, and need some
help with the next stage.
Thanks in advance
form, and I need to use a reference number to select the correct row, I know
of this from another post on MS's forum:
INSERT INTO TableName(Field2, Field3) VALUES (12345,def)
Field1 (column A) will be blank
Field2 = me.bookingID
Field3 = me.txtField
In my example, I would need to select the row via Field2, and add a value
into field3.
I know my code is wrong, I am just getting used to using sql, and need some
help with the next stage.
Thanks in advance