I'm looking at using access to create a DB for our tooling. Last time I used Access seriously was over a decade ago and either I've forgotten everything and or it's significantly different. That being said I'm looking for general direction, ideas, approaches, tutorials etc etc on how I might accomplish the following.
We have hundreds of tools. We identify each tool with an eight digit code. This eight digit code is not unique and represents some characteristics of the tool. Each Tool will have a unique serial number. Each same tool number will be identical to any other tool number.
What I would like to do is the following.
1) have something, a form possibly, where I can add, look up etc tools by thier tool number.
2) When a tool number is pulled up it will list all the serial numbers associated with that tool number.
3) Be able to select a serial number and then a bunch of other information about that particular tool will pop up.
4) I would like to be able to enforce a unique serial number, no duplicates
I have an Excel Spread sheet with around 300 tools in it. It would be nice to have the Excel and Access linked but not expressly necessary, It's just easier to edit, enter, copy similar etc in Excel.
I've been messing with Access for a couple days and can import the data, link it, make forms etc. The main area I'm not being successful with is having the tool number pull up and list all the serial numbers. I can do it with a query directly but can't seem to figure out how to enter the tool number in a form or other place and have the results of the query be listed and certainly can't figure out how to be able to open more information based on selecting the results of that query.
So any information that might get me headed in the right direction would be appreciated.
Thank You