I have an Access database (used for reporting) where the data comes from a different database (linked tables using OBDC). In the database I have a query that takes some of those tables, and ultimately gives me a report with dates on it. I don't think I can link Excel directly to the data source, as I need to combine various tables in order to get a job number with a date.
Currently, those dates are then populated manually in an Excel spreadsheet. Is there a way I can have Excel look at the query in Access, and pull the date from there? I have seen various methods described, but am not sure which is best to use. I have some VBA experience in Access, but none with Excel.
Ideally I want some way to perform a vlookup from Excel to the Access query (common fields would be a job number, that I would look up in the Access query and then populate the date).
I hope this makes sense, please let me know if more information is needed.
Thank you.
Currently, those dates are then populated manually in an Excel spreadsheet. Is there a way I can have Excel look at the query in Access, and pull the date from there? I have seen various methods described, but am not sure which is best to use. I have some VBA experience in Access, but none with Excel.
Ideally I want some way to perform a vlookup from Excel to the Access query (common fields would be a job number, that I would look up in the Access query and then populate the date).
I hope this makes sense, please let me know if more information is needed.
Thank you.