I am trying to create a form based on a query/table that has several Value lists. When I create the form those fields have all the options from the value list. How can I make the form display only the selected item from the list.
MS Access 2007
tblWireless fields: many more fields than listed below but here are the pertinent ones
Wireless (primary key, text)
Name on Bill (text)
Company (text, value list)
Carrier (text, value list)
Problem (Yes/No)
Problem Desc (Memo)
Created qryProblems to show the data fields listed above
frmProblems: I want a form that will display all problems at the same time, not one at a time.
I click on Create-->Multiple Items in the Forms and I get a form that sorta does what I want. A little adjusting and it will be fine. Only problem is the Company and Carrier fields display all the data listed in the table's value lists.
For Carrier I see:
AT&T
Verizon
Sprint
I want to see only the one selected for that particular number.
Any suggestions?
Thanks.
MS Access 2007
tblWireless fields: many more fields than listed below but here are the pertinent ones
Wireless (primary key, text)
Name on Bill (text)
Company (text, value list)
Carrier (text, value list)
Problem (Yes/No)
Problem Desc (Memo)
Created qryProblems to show the data fields listed above
frmProblems: I want a form that will display all problems at the same time, not one at a time.
I click on Create-->Multiple Items in the Forms and I get a form that sorta does what I want. A little adjusting and it will be fine. Only problem is the Company and Carrier fields display all the data listed in the table's value lists.
For Carrier I see:
AT&T
Verizon
Sprint
I want to see only the one selected for that particular number.
Any suggestions?
Thanks.