R
Ripper
I am attempting to use the column property of a combo box in a filter without
success. I use the following in the criteria of a name field...
BETWEEN [forms].[frmMainAdmin-Alpha].[lstFilter].[Column1] AND
[forms].[frmMainAdmin-Alpha].[lstFilter].[Column2]
The combo box has 3 fields: AlphaTitle (the title of the record), AlphaStart
(A text field with the value of "A*", and AlphaEnd (A text field with the
value of "Kz*")
It keeps asking me for the parameter values of columns 1 and 2. What am I
doing wrong?
success. I use the following in the criteria of a name field...
BETWEEN [forms].[frmMainAdmin-Alpha].[lstFilter].[Column1] AND
[forms].[frmMainAdmin-Alpha].[lstFilter].[Column2]
The combo box has 3 fields: AlphaTitle (the title of the record), AlphaStart
(A text field with the value of "A*", and AlphaEnd (A text field with the
value of "Kz*")
It keeps asking me for the parameter values of columns 1 and 2. What am I
doing wrong?