Given a table name and the column name I can use the DLookUP function in VBA and get the appropriate value. However thats just one value,
What if my search criteria matches more then one value. Is there a way to basically do a search in VBA on a table which will put all the matching results in some type of an array?
What if my search criteria matches more then one value. Is there a way to basically do a search in VBA on a table which will put all the matching results in some type of an array?