Text Boxes

C

cargo man

I have a form in Access with a text box that I want to have both text and
numbers in but it won't accept what I put in. I get an error stating text not
allowed how can I change this?
 
A

Allen Browne

This text box is bound to a field in your table?

Open the table in design view.
Change the Field Type from Number to Text, so it can accept text as well as
numbers.

If that does not solve the problem, remove anything in the Input Mask.
 
C

cargo man

Thank You very much it worked

Allen Browne said:
This text box is bound to a field in your table?

Open the table in design view.
Change the Field Type from Number to Text, so it can accept text as well as
numbers.

If that does not solve the problem, remove anything in the Input Mask.
 
Top