I have a multi table query which is built for a form. It looks like this:
As you can see, I'm looking to have user input narrow down a particular Supplier and Series. My problem comes into play when I go to enter a new record. I want the record to autopopulate with the [SeriesID] and display the SupplierName when a new record is entered. So the form looks like this:
And I want the SeriesConnectedTo to show 1, with the supplier and SupplierName displaying when the series number is input as a parameter. Thoughts?