HI
i have database with many tables. In the first table i have a field called status.
table 1
idno name status
111 hjghf yes
225 hjgjj no
345 hgj yes
other tables could have same idno with different fields.
I want to check the status for each id no and if it is yes then for that id number in all tables for all null and blank fields i want to update them as 111111.
I am looking for a sample vba code for this which i can adapt.
Thanks