Matt Brown
Registered User.
- Local time
- Today, 12:25
- Joined
- Jun 5, 2000
- Messages
- 120
Hi all,
I have a form which is set to continous mode.
On each column i am placing a combo box to allow filtering of the data that is displayed on the form.
I have used the following VBA to get the first combo box working;
DoCmd.ApplyFilter , "MANUFACTURER = Forms!frmCcsEditInventoryMain!SelectManufacturer"
This works fine, the problem is how do i set the second combo box to filter the first ones data which is now displayed. The second combo box is for a field called MANUFACTURERS PART NO
I think it needs to look at the recordset but not really sure how to write this.
Any help on this would be good.
Thanks
M<tt
I have a form which is set to continous mode.
On each column i am placing a combo box to allow filtering of the data that is displayed on the form.
I have used the following VBA to get the first combo box working;
DoCmd.ApplyFilter , "MANUFACTURER = Forms!frmCcsEditInventoryMain!SelectManufacturer"
This works fine, the problem is how do i set the second combo box to filter the first ones data which is now displayed. The second combo box is for a field called MANUFACTURERS PART NO
I think it needs to look at the recordset but not really sure how to write this.
Any help on this would be good.
Thanks
M<tt