Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh Problem with 2 dependant Combo Boxs in a data sheet

Status
Not open for further replies.

chimed

Technical User
Jan 9, 2002
1
NL
Hi I'm working on my first Access database.

I've had a lot of trouble getting one combo box to limit the list of another combo box, but finally got that 'working'. The problem is that these combo boxes are in a datasheet with lots of rows and whenever I change my catagory field (In the Catagory Combo Box) the previous product selections (In the Products Combo Box) disapear.

This is my present AfterUpdate in Catagories Combo Box.

Private Sub Combo45_AfterUpdate()
Me.[Product ID].Requery
End Sub

I'm sure there must be some simple procedure I've missed and would be most grateful to be put back on track.

Thanks
Chimed
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top