Query ?

T588

Registered User.
Local time
Today, 18:28
Joined
Feb 3, 2003
Messages
65
This should be obvious. I’m overlooking something?

The database I submitted only has the following:
1. Table: “Salespersons”
2. Form: “SelectSalespersons”
3. Query: “SelectSalespersonsQuery”

Building off information I found of this site I should be able to open the form (item 2 above) and select a salesperson from the drop-down combo box and without closing the form, open the query and it should display info based on the value in the preceding drop-down selection.
Would some one look at this and let me know what I’m doing wrong?

Thank you,
Vince
 

Attachments

You where nearly there.

You ref'd cboSalespersons but the combo was called salesperson.

I also changed the bound column to use Salespersonid as you may have several last names like Smith?
 

Attachments

Thank you!
 

Users who are viewing this thread

Back
Top Bottom