Hello,
I'm fairly new to Access databasing but learning quickly.
I have a backend database that contains part number and molding unit they are made on and material, etc.
In the front end I have a form where you can create a record of a lab report needed to be made from the certain parts and pull info from these backend tables. \
In the form I want to enter the pin number (as unique as part number) and then filter to the molding units that they are created on (can be more than one).
Right now I just use a afterUpdate macro to populate the the molding unit on the form with
I can't figure out how to apply a filter look up.
Bookmarks