Hi Im brand new hope you can help me.
I have created a Parking system for a college i work for, I have 3 tables Personal info, Vehicle info(each person can have few vehicles), and Ticket info, (each person can have many tickets)
I have created the form where main form is personal info with the other two displayed in subforms in datasheet view to which is needed to view all the persons vehicles and tickets.
In the Main Form I have a combo search box to look up last names and populate entire form&sub forms and it works great.
But when I try to create a combo box to search tag info inside the subform it will not populate anything. It appears I can only use fields from the main forms table.
What am I not seeing?