View Single Post
  #2 (permalink)  
Old 28-Jul-2006, 08:29 AM
Svetlana's Avatar Svetlana
Guest
 
Posts: n/a
   
   
Re: Multiple combo boxes

Change the rowsource of the second combobox to something like
SELECT .........................................
FROM ........................
WHERE (((NameOfTable.NameOfField)=[Forms]![FormName]![cbo1]));
Then on GotFocus event of the second combobox put the code
cbo2.Requery
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/12459-multiple-combo-boxes.html

Reply With Quote
 
Page generated in 0.18533 seconds with 25 queries