C
CP
I have sampled Northwinds Telephone List
Copied the A-Z option group onto my form and copied the macro into my
database
I want the A-Z buttons to alter data in my list box I have created ie. Press
button "P" the list box only shows Data starting with P
Conditon in Macro - [Customer] Like "P*" - (note seperate condition for each
letter)
The list box finds data on my form using the following
SELECT [Customers Query].Customer FROM [Customers Query];
I am trying to limit the list down to a more reasonable level using the
option group.
Macro - [Customer] Like "P*" - I get 'there is no field called "Customer" in
the current record
Macro - [List6] Like "P*" - I get a box asking for list6 parameter - list6
is the name of the list box
Copied the A-Z option group onto my form and copied the macro into my
database
I want the A-Z buttons to alter data in my list box I have created ie. Press
button "P" the list box only shows Data starting with P
Conditon in Macro - [Customer] Like "P*" - (note seperate condition for each
letter)
The list box finds data on my form using the following
SELECT [Customers Query].Customer FROM [Customers Query];
I am trying to limit the list down to a more reasonable level using the
option group.
Macro - [Customer] Like "P*" - I get 'there is no field called "Customer" in
the current record
Macro - [List6] Like "P*" - I get a box asking for list6 parameter - list6
is the name of the list box