Combo boxes

M

Morgan

Hi I have asked this question befor and did'y quite understand the answere but here goes

I have a table with various sub tables. from the table I have a query called "Qry-property-selection
I have a form with two comboboxes named
"ComboDepartmentSelection
"ComboPropertySelection

I want the first combo box to select parameters in the query "qry -property-selection" so that the seecond combo as a shorter list to choses from

I want to know how to get the requery to work after selection.

also after update I want my selection to cause the form to display a recor

would be grateful for any help. also the more specific the beter as am very new to this

thanks in advanc

morgan
 
C

Cranky

Instead of just reposting your question, please include the response you got the first time and specify what part(s) you didn't understand. I don't want to give the same answer and then have you repost from scratch yet another time


----- Morgan wrote: ----

Hi I have asked this question befor and did'y quite understand the answere but here goes

I have a table with various sub tables. from the table I have a query called "Qry-property-selection
I have a form with two comboboxes named
"ComboDepartmentSelection
"ComboPropertySelection

I want the first combo box to select parameters in the query "qry -property-selection" so that the seecond combo as a shorter list to choses from

I want to know how to get the requery to work after selection.

also after update I want my selection to cause the form to display a recor

would be grateful for any help. also the more specific the beter as am very new to this

thanks in advanc

morgan
 
Top