combo box text field

J

JIM.H.

Hello,
I have a combo box in my form and the data is coming from
a table from a text field. I need to make 001 as a default
value, it changes it to 1. How should I do that?
Thanks,
Jim.
 
G

Gerald Stanley

Have you tried enclosing 001 in quotes? e.g."001"

Hope That Helps
Gerald Stanley MCSD
 
Top