hi, I got this form
where I got three combo boxes : OrderID, UnitID, and PartID. The form's data source was populated from a table using a query.
What I want is to navigate through records based on OrderID or UnitID or PartID, which I can choose from the combobox, otherwise I have to click next record button to move to next record (which means pain if the records are thousands).
How can I do that? I have tried to use the Property Sheet for each combo boxes to populate the value list but it failed (it doesnt show the value that I wanted). Any help will be much appreciated. Thanks!
where I got three combo boxes : OrderID, UnitID, and PartID. The form's data source was populated from a table using a query.
What I want is to navigate through records based on OrderID or UnitID or PartID, which I can choose from the combobox, otherwise I have to click next record button to move to next record (which means pain if the records are thousands).
How can I do that? I have tried to use the Property Sheet for each combo boxes to populate the value list but it failed (it doesnt show the value that I wanted). Any help will be much appreciated. Thanks!