I have a lookup table that stores file paths of various excel spreadsheets called on from my Access application.
To prevent alot of recoding everytime someone moves these excel files or changes their name I would like to set the variable:
strWorkBookFileAddress = (some way to reference the table, field,recordnumber).value
(ie. if it were excel it would be a specific cell ("b3"))
and use this in my application code. Then I would only have to maintain the lookup table with changes.
I haven't seen a way to reference this.
Thanks for any suggestions.
To prevent alot of recoding everytime someone moves these excel files or changes their name I would like to set the variable:
strWorkBookFileAddress = (some way to reference the table, field,recordnumber).value
(ie. if it were excel it would be a specific cell ("b3"))
and use this in my application code. Then I would only have to maintain the lookup table with changes.
I haven't seen a way to reference this.
Thanks for any suggestions.