I have a main form with 2 subforms. On the main form I have 3 unbound combo boxes (Item #, date received and date shipped)that I have the user select and depending on there selection the two subforms should display the matching data. The first subform contains the "received" information based a query and the second subform contains the "shipped" information based on a different query. I have linked the subforms using the Link Master/Child fields dialouge box. For example, if the user selects Item # 101 and received date 1/1/10 and shipped date 1/31/10. I would like all the records for item 101 that were received on or after 1/1/10 and shipped on or before 1/31/10 to appear. But all I get is a compile error. The Main form is call "Inventory" and the two subforms are called "Received Information" and "Shipped Information". Any help would be greatly appreciated.
Thank you
Thank you