listbox item looses formatting

JSDART!!

Registered User.
Local time
Yesterday, 20:48
Joined
Mar 12, 2004
Messages
31
I have a listbox with client DOB SS gender
the user picks a client and then opens the record.

the Query holds the format of the SS number but when opened in the listbox it looses its formating and all the numbers run together

any suggestions
thanks
 
js,

A query column, textbox, table column can all have things like formats and
input masks for them.

But as far as I know, ListBoxes (and combos) don't allow you that degree of
control.

In the query that feeds your ListBox or Combo, you can explicitly format
the field using functions like CStr(), Mid(), Format(), InStr() etc.

Wayne
 

Users who are viewing this thread

Back
Top Bottom