G
Guest
Hi,
I want to select a specific item from say columnY in a table(tblC) where a
value in columnZ = a variable. I then want this value to be assigned to Value
test.
So far i've tried:
DoCmd.RunSQL("SELECT FROM tblC VALUES ColumnY WHERE ColumnZ= variable) =
DateTakenTrueFalse
any help would be appreciated
I want to select a specific item from say columnY in a table(tblC) where a
value in columnZ = a variable. I then want this value to be assigned to Value
test.
So far i've tried:
DoCmd.RunSQL("SELECT FROM tblC VALUES ColumnY WHERE ColumnZ= variable) =
DateTakenTrueFalse
any help would be appreciated