AmyLynnHill
Registered User.
- Local time
- Today, 09:21
- Joined
- Dec 7, 2005
- Messages
- 81
Greetings!
I have a form with one unbound text box and an unbound list box.
The listbox has a query as the row source. the query has a field (SSN) that is a number field. it drops leading zeros. (I cant change it to a text field, it is linked to an oracle database.)
The text field is used as input by the user to search the listbox. (lstBox.requery, on the afterupdate event)
the problem is when the user puts in leading zeros to search for the ssn it doesnt find it, only if the leading zeros are not input.
anyone know of a why around this?
I have a form with one unbound text box and an unbound list box.
The listbox has a query as the row source. the query has a field (SSN) that is a number field. it drops leading zeros. (I cant change it to a text field, it is linked to an oracle database.)
The text field is used as input by the user to search the listbox. (lstBox.requery, on the afterupdate event)
the problem is when the user puts in leading zeros to search for the ssn it doesnt find it, only if the leading zeros are not input.
anyone know of a why around this?