Forum Discussion
Joe Wightman
Jul 01, 2018Copper Contributor
How to pin the data contained in a row to a single cell (somewhat like a primary key in Access)
Situation I'm currently trying to improve an excel document for work. The spreadsheet details all the employees personal information, qualifications and attendance to key events etc. The informati...
JKPieterse
Jul 02, 2018Silver Contributor
Access is a developers application, not a user-centric application like Excel (arguably) is. Your problem is indeed better handled using a structured system of related tables (which is in fact a database). If you have that, all it would take to change the organisation is change a dropdown of a user from dept A to dept B. The rest would be handled by reporting which is driven by the data. You can (sort of) achieve this in Excel by creating the same table structure and instate relations between the tables. You can then use pivottables to display the current state of things. However, making it easy to edit related tables in Excel is a different matter, it isn't easy at all. This is a lot easier to build in an application like MSAccess.
Joe Wightman
Jul 02, 2018Copper Contributor
Mr Pieterse,
Thanks for the response. I had better start refining my MSAccess skills...