J
Joel
The 2nd column in my combobox is numbers in a text field so i can save them
in this format "001".
Now if i have the combobox bound to the number it saves it perfectly fine in
the database (as "001").
But if I use Me!numID = Me.Column(1) it saves the number "001" as just "1".
How do I get it to save as "001"?
Thanks
in this format "001".
Now if i have the combobox bound to the number it saves it perfectly fine in
the database (as "001").
But if I use Me!numID = Me.Column(1) it saves the number "001" as just "1".
How do I get it to save as "001"?
Thanks