fixed size versus variable length fields

I

IvoryT

A 3rd party supplies me with Access tables where all the
text fields are "Fixed Size" (that's what shows up in
Documenter as the "Attributes:" property of each field.
When I try to use SQL to enter a zero-length string in
these fields, Access instead stores all blanks, where the
number of blanks = the size of the field.

I know that if you create a table from the Design View,
text fields by default have Attributes= "Variable Size".
But I can't find a way to convert fixed to variable. Does
anyone know how to do this? Changing the value of
the "Allow Zero Length" property has no effect.
thanks
 
G

Guest

Did you try checking the format property of the field you are trying to update/insert?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top