synchronizing forms

  • Thread starter Thread starter poonam doshi via AccessMonster.com
  • Start date Start date
P

poonam doshi via AccessMonster.com

hi this is my prob

i am having a form order and a subform order details.
i am trying to select the name of the customer from the list box on my order form and when i do that i want to filter the name of the products in my another list box which is in the sub form order details.
but dont know how to go abt it.

currently i see all the products in my list box on subform for all the companies but that is not the efficient way
help will be really appreciated
 
How are you trying to filter the list box? Try posting the code and
someone maybe able to help. Also remeber to requery the second list
box after the selction of the first is updated.
 
Back
Top