R
Rob
hi,
i have 2 tables: tbl-LAWYERMembership and Case Info. What
i would like to do is move a Lawyer's name from tbl-
LAWYERMembership (the field name is FULL), where a
checkbox is checked, to a field in Case Info
called "LAWYER". I have the following SQL statement, but
i keep getting errors.
UPDATE [Case Info] SET [Case Info].LAWYER = [tables] !
[tbl-LAWYERMembership] ! [FULL] WHERE ResponseCheckBox
= 'TRUE';
Can someone please correct me?
thanks in advance,
Rob
i have 2 tables: tbl-LAWYERMembership and Case Info. What
i would like to do is move a Lawyer's name from tbl-
LAWYERMembership (the field name is FULL), where a
checkbox is checked, to a field in Case Info
called "LAWYER". I have the following SQL statement, but
i keep getting errors.
UPDATE [Case Info] SET [Case Info].LAWYER = [tables] !
[tbl-LAWYERMembership] ! [FULL] WHERE ResponseCheckBox
= 'TRUE';
Can someone please correct me?
thanks in advance,
Rob