Is there any way (using a Macro, VBA, or otherwise) to find empty fields in a table (tableX) and propagate all of those fields with a single field of another table (tableY). Basically what I am looking for is a way to do the following:
One table lists updates performed on a computer (update_table)
One table lists the update number (unumber_table)
I want to fill the empty rows for the field Update_Number in update_table with the last Update_Number in table unumber_table.
Can this be done?
THanks in advance for your help!
Matt
One table lists updates performed on a computer (update_table)
One table lists the update number (unumber_table)
I want to fill the empty rows for the field Update_Number in update_table with the last Update_Number in table unumber_table.
Can this be done?
THanks in advance for your help!
Matt