R
Randadtb
Ok, I have one unbound form with an unbound text field
named strNumber that receives a string of up to 33 digits
typed in, and a table with a column name possiblematch
that has 24000 records of 9 digits (datatype=text,
noduplicates, unique_values).
Ex: Data entered in the strNumber unbound field of the
form is = 8888888881231231237777
and in the table I have a record that is = 123123123
How can I select the record 123123123 through a query?
Thank you in advance.
named strNumber that receives a string of up to 33 digits
typed in, and a table with a column name possiblematch
that has 24000 records of 9 digits (datatype=text,
noduplicates, unique_values).
Ex: Data entered in the strNumber unbound field of the
form is = 8888888881231231237777
and in the table I have a record that is = 123123123
How can I select the record 123123123 through a query?
Thank you in advance.