M
mark_jm via AccessMonster.com
I and trying to get a value from "specific_field1" in "specific_row1" from
"table_1", and read the value into " specific_field2" in "specific_row2" in
"table2", using the Update command on the on update event of a field on a
form.
The code I have is UPDATE [table2] SET [table2].[field1] = cdttime WHERE (((
[tabel2].[row2])=strfilter1));
strfilter1 is variable with a value from the form inquestion which identifies
the row in table2
cdttime is a value read from table1 using dlookup.
The abve line of code is giving me problems, any ideas?
Ta
Mark
"table_1", and read the value into " specific_field2" in "specific_row2" in
"table2", using the Update command on the on update event of a field on a
form.
The code I have is UPDATE [table2] SET [table2].[field1] = cdttime WHERE (((
[tabel2].[row2])=strfilter1));
strfilter1 is variable with a value from the form inquestion which identifies
the row in table2
cdttime is a value read from table1 using dlookup.
The abve line of code is giving me problems, any ideas?
Ta
Mark