Combo box on continuous form

mlamont

Registered User.
Local time
Today, 04:23
Joined
Jun 25, 2001
Messages
45
I have a continuous form whose data comes from a query, and I have a combo box with values that I entered myself in the Form header.

What I want to do is when I select a value in the combo box, the corresponding detail information changes.

For example my combo box is called claim status, it has the values of Open and Closed, I also have a textbox called Claim Status in the Detail section. If I select the Open value I want the information in the Detail section to change to show all records whose Claim Status value is equal to Open, and the same for closed.

Can anybody help me?
 

Users who are viewing this thread

Back
Top Bottom