claytonjgordon
Technical User
I built a database on access that uses a SQL server for the back end tables. That part works great but the business group wants to add a new feature that allows them to append records onto one of the tables from Excel spreadsheets.
I'm thinking of doing this in two parts.
1) import the table into access
2) do an append query to add the information to the SQL table.
These users have no technical experiance so asking them to use the 'NEW 'import table'' feature and then run a query isn't practical.
I would like them to be able to push a 'browse' button and then select the excel sheet from their computer and then all the other steps would be automated via VBA.
However, I've been unable to identify a function that promts the 'browse' feature. The closest thing I have found is the TransferDatabase DoCmd which requires a spesific path and exact file name.
Is what I'm thinking possible? and if so, any idea where I could look to find information on how to do this?
Any help you could provide is appreciated.
Thanks
Clayton
Dominus Nihil
(Master of Nothing)
I'm thinking of doing this in two parts.
1) import the table into access
2) do an append query to add the information to the SQL table.
These users have no technical experiance so asking them to use the 'NEW 'import table'' feature and then run a query isn't practical.
I would like them to be able to push a 'browse' button and then select the excel sheet from their computer and then all the other steps would be automated via VBA.
However, I've been unable to identify a function that promts the 'browse' feature. The closest thing I have found is the TransferDatabase DoCmd which requires a spesific path and exact file name.
Is what I'm thinking possible? and if so, any idea where I could look to find information on how to do this?
Any help you could provide is appreciated.
Thanks
Clayton
Dominus Nihil
(Master of Nothing)