Link to home
Start Free TrialLog in
Avatar of CipherIS
CipherISFlag for United States of America

asked on

MS Access 2010 Pass value to a form

I am developing an application in MS Access 2010.  I have two tables Parts and NSN.  NSN is a child table of Parts.  Below are the table definitions.

Parts.PartsID, Parts.PartNo
NSN.NSNID, NSN.PartsID, NSN.Description.

I need to add a part and then add an NSN record.  I need to get the Parts.PartsID form the Parts form when I open the NSN form.

Make sense?
ASKER CERTIFIED SOLUTION
Avatar of Kelvin Sparks
Kelvin Sparks
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CipherIS

ASKER

Thanks