G
Guest
Surely it can be done, but heck if I know how!
I have to export report results into Excel spreadsheets, due to the client
not having Access. I'll then need to take their updates and put them back
into Access. Twice.
The clunky way of doing this is to export *all* fields of my 2 tables that
will be later updated, and only pull the ones that the clients need to update
into a pretty template (and lock the rest up). When I get it back, I'll use
another spreadsheet that pulls some numbers from the locked data and the new
data from their template, and makes it into 1 complete record which I can
then export back to Access. Once I have all results back, I can swap my
temporary table for the real table.
Not pretty, but it'll work.
Tell me there's a way instead to have a query that looks at a certain place
on the Excel spreadsheet, finds the correct record in my Access table based
on 2 other cells, and pulls in *only* that field's info, rather than having
to basically reconstruct the record in Excel. And this with the fact that
I'll have 221 differently named Excel spreadsheets to pull data from.
I have to export report results into Excel spreadsheets, due to the client
not having Access. I'll then need to take their updates and put them back
into Access. Twice.
The clunky way of doing this is to export *all* fields of my 2 tables that
will be later updated, and only pull the ones that the clients need to update
into a pretty template (and lock the rest up). When I get it back, I'll use
another spreadsheet that pulls some numbers from the locked data and the new
data from their template, and makes it into 1 complete record which I can
then export back to Access. Once I have all results back, I can swap my
temporary table for the real table.
Not pretty, but it'll work.
Tell me there's a way instead to have a query that looks at a certain place
on the Excel spreadsheet, finds the correct record in my Access table based
on 2 other cells, and pulls in *only* that field's info, rather than having
to basically reconstruct the record in Excel. And this with the fact that
I'll have 221 differently named Excel spreadsheets to pull data from.