ColdPolarBear
IS-IT--Management
I have set up a data entry form that uses numerous list boxes. These list boxes are linked to various LookUp tables. I am trying to get each list box to display a default value when you add a new record. When moving to create a new record, I want all the list boxes to appear empty, then user would would make a selection from the drop down list.
A sample table that contains the list items is: LKPCountry
ID Country
000
101 Australia
201 Bahamas
204 China
Properties for listbox include:
Bound Column: 2
Row Source:SELECT [LKPCountry].[ID], [LKPCountry].[country] FROM LKPCountry ORDER BY [ID];
Default Value: [List104].[ItemData](0)
Q:Whta do I need to corret to have the list box appear to be blank when creating a new record?
Thanks for your assistance
A sample table that contains the list items is: LKPCountry
ID Country
000
101 Australia
201 Bahamas
204 China
Properties for listbox include:
Bound Column: 2
Row Source:SELECT [LKPCountry].[ID], [LKPCountry].[country] FROM LKPCountry ORDER BY [ID];
Default Value: [List104].[ItemData](0)
Q:Whta do I need to corret to have the list box appear to be blank when creating a new record?
Thanks for your assistance