Okay, here is what I want to do:
I have form that requires input of a ship name and number. I'd like the number field to fill in automatically based on the ship name that the user inputs into the ship name field. To that end, I developed a table that contains each ship and its associated number. How do I get the form (and its associated table) to fill the number in automatically when a ship name is entered into the form?
I also have other items that I need similar automatic fill-ins. For example, we're asking for component serial numbers to be added for 3 components. I'd like the form to return the information for the lot number for the components and then store them in my main table.
Here are my tables:
MAIN (key field is EventID, also stores date, ship name & number, components A, B, C S/N and Lot No's, etc.)
Ship list (contains ship names and numbers -- key field is ship number)
CompA list (contains Component A S/N, Lot No., etc.)
CompB list (contains Component A S/N, Lot No., etc.)
CompC list (contains Component C S/N, Lot No., etc.)
I know it can be done but I'm not familiar enough with Access to do it. I've had a couple 1-day courses but they've only skimmed the surface.
Thanks for your help!
I have form that requires input of a ship name and number. I'd like the number field to fill in automatically based on the ship name that the user inputs into the ship name field. To that end, I developed a table that contains each ship and its associated number. How do I get the form (and its associated table) to fill the number in automatically when a ship name is entered into the form?
I also have other items that I need similar automatic fill-ins. For example, we're asking for component serial numbers to be added for 3 components. I'd like the form to return the information for the lot number for the components and then store them in my main table.
Here are my tables:
MAIN (key field is EventID, also stores date, ship name & number, components A, B, C S/N and Lot No's, etc.)
Ship list (contains ship names and numbers -- key field is ship number)
CompA list (contains Component A S/N, Lot No., etc.)
CompB list (contains Component A S/N, Lot No., etc.)
CompC list (contains Component C S/N, Lot No., etc.)
I know it can be done but I'm not familiar enough with Access to do it. I've had a couple 1-day courses but they've only skimmed the surface.
Thanks for your help!