Just started learning VBA so I'm not sure if this is an easy problem to solve or not. I'm trying to find the name of a table based on the information in another table's field.
So I'm looking into one table called "PreferedVendor " and there is a field in it called "Vendor1" I need to look at the "Vendor1" field and check what's inside of it. If it says for example "ABC", then I need to select the table named "ABC STATUS".
Any idea how I can do that?
I have no idea where to start so I decided to ask you guys
So I'm looking into one table called "PreferedVendor " and there is a field in it called "Vendor1" I need to look at the "Vendor1" field and check what's inside of it. If it says for example "ABC", then I need to select the table named "ABC STATUS".
Any idea how I can do that?
I have no idea where to start so I decided to ask you guys
Comment