Hi all, I have a rather complicated question here.
There are 3 tables concerning my question (in ascending order in the top left of the picture): 04_Purchase_Orders, 04_Purchase_Details, and 06_Inventory. On the right side is a Form I used to print a specific purchase order Report (One unique Purchase_ID) with the help of a query not shown here. Fields with identical names are linked. And just fyi, the query at the bottom left is how I link the two 04 tables and make the Form (on the bottom right) to fill in data for them both. Like when I fill in the form, both 04_Purchase_Orders and 04_Purchase_Details will be updated.
The problem I am facing is that when I put a subform of 04_Purchase_Details into the RHS form and try to print it out, it shows only the Parts_ID but not Parts_Name. Since 04_Purchase_Details contains data of parts ID instead of parts name, I can't make a combo box for that either. The current solution I can make is to put another subform (of 06_inventory) in there, which results in what you can see right now. But that is just... not aesthetic and requires some more button clicks when I purchase many stuff in one go (one Purchase_ID).
Is there a way to make the form somehow show the Parts_Name with only one subform, or some other way that the effort is worth the improvement? Thanks for the help guys! Really appreciate it!