S
Shell
I have written a query to use a hidden field on a form. The field in the
form is taken from a list box. The field in the table is a long integer.
But hidden field is a text.
Therefore in the query criteria when I use
[Forms]![frmCRT]!([txtX])
I get no hits.
How do make this reference to the form field a long integer?
Thanks
form is taken from a list box. The field in the table is a long integer.
But hidden field is a text.
Therefore in the query criteria when I use
[Forms]![frmCRT]!([txtX])
I get no hits.
How do make this reference to the form field a long integer?
Thanks