Hi everyone
I need to know how I can update a field in table 1 and set it to =1 after matching an id in table 1, that should be the same as the ID in table 2. Thats it. I can't seem to get this to happen.
something like:
Update table1
set fieldname_5 = 1
where table1.field1 = table2.field1
does this make sense,? I am using sql in access and need to know asap thanks ppl.
I need to know how I can update a field in table 1 and set it to =1 after matching an id in table 1, that should be the same as the ID in table 2. Thats it. I can't seem to get this to happen.
something like:
Update table1
set fieldname_5 = 1
where table1.field1 = table2.field1
does this make sense,? I am using sql in access and need to know asap thanks ppl.