Ok, so I'm working in an office with about 60 people. There is a need for a spreadsheet to be used by everyone. Main users will input information. Office admin will verify info and add some info. Then users will use the spreadsheet to fill out a form and print it off.
Background on me: I am not an Excel guy, I use it for basic spreadsheet stuff (formula bar equations... but have never done forms or VBA in Excel) I started in Access and it's really my preferred program. I can do basic stuff in Excel, but relearning VBA for Excel (syntax) is not something I really want to do. I tried to get them to let me do a program in Access, but they said the company doesn't provide Office for everyone and they aren't going to require everyone to purchase Access, and 99.9% of them have Excel. So I started making the program in Excel, found out that forms are quite simple and I've successfully copy/pasted some code from the internet and converted it to my needs rather successfully so far.
The program is going on an office server... and I was thinking I'd just make 1 Workbook and share it out.
But then I started wondering if I would have conflict issues with multiple users? It wouldn't have more than a couple users at a time, and they would only be in for 5-10 mins tops and very infrequently. Average user may touch it 10 times a month. High end users maybe 20-30 times a month and Admin couple times a day.... for an hour or so at a time. I was wondering what my options would be to split out a front end and back end? Did some light reading and saw the most common approach is to make the front-end in Excel and an Access back-end. But I was wondering are there any other options and what the pros/cons would be to the different options.
Appreciate your in-sights... thanks in advance,
SnayJ