Hi all,
Not quite sure if I should put this in Access or Excel...giving it a try.
For sake of this question, say I have a DB with:
1 table "COMPANY"
2 fields "COMPANY" & "PHONE"
This table contains 3 records:
- Coca Cola | 12345
- Pepsi | 67890
- Blackdrinks Ltd | 54321
Now I have an Excel sheet with in A1:
"Pepsi"
I want their phonenumber.
I can build a query in either Microsoft Query or just straight import the entire table from Access into Excel and use a VLOOKUP.
But I don't want to.
Can I automate this without using VBA? I have no idea what to put in the query to match my values in Excel.
Any help is greatly appreciated!
Not quite sure if I should put this in Access or Excel...giving it a try.
For sake of this question, say I have a DB with:
1 table "COMPANY"
2 fields "COMPANY" & "PHONE"
This table contains 3 records:
- Coca Cola | 12345
- Pepsi | 67890
- Blackdrinks Ltd | 54321
Now I have an Excel sheet with in A1:
"Pepsi"
I want their phonenumber.
I can build a query in either Microsoft Query or just straight import the entire table from Access into Excel and use a VLOOKUP.
But I don't want to.
Can I automate this without using VBA? I have no idea what to put in the query to match my values in Excel.
Any help is greatly appreciated!