Hello!
I have written three "database" type programs in MS Excel that make Work Orders, Inventory, and Training information easy to use and automates much of the process. The upside to this is Excel VBA is easy to program in, the downside is only one person can use the sheet at a time.
What I would like to do is use Access as the datasource and maintain the excel files as the "front end" of the program. This should allow for multiple people to use the system at a time (rarely if ever would people be editing the same data at the same time, normally someone just leaves their copy running while they are away from their computer and it locks the file for everyone)
I have read/heard about using Access and Excel in this way, but I don't know how to start. I have made a few attempts but they all ended in miserable failure.
Can someone assist me in learning how to use an Excel VBA sheet as the front end to a database file? Thanks!
I have written three "database" type programs in MS Excel that make Work Orders, Inventory, and Training information easy to use and automates much of the process. The upside to this is Excel VBA is easy to program in, the downside is only one person can use the sheet at a time.
What I would like to do is use Access as the datasource and maintain the excel files as the "front end" of the program. This should allow for multiple people to use the system at a time (rarely if ever would people be editing the same data at the same time, normally someone just leaves their copy running while they are away from their computer and it locks the file for everyone)
I have read/heard about using Access and Excel in this way, but I don't know how to start. I have made a few attempts but they all ended in miserable failure.
Can someone assist me in learning how to use an Excel VBA sheet as the front end to a database file? Thanks!
Comment