Good Morning.
I am starting to play with access 2007 for my company. I could use some help with a few areas. (very upset they took out user perms) The perpose of the DB is to track assets and keep track of its history. IE ... on this date , this user, replaced a part on this asset.
I have four tables
USERS
ASSETS
PART LOOKUP
CONTACTS
I built a form to populate assets. On the form I have a drop down box for a part number from the Parts look up table. I want the form to look up additional info based on the part number the user selects and populate the form with additional information such as title of part and so on. Then when I hit the add record button on the form I would like those fiels that it pulled from the PARTS LOOKUP table to save in different fields on the assets table.
I hope this defines what I am looking for
Thank you