changeing properties of the text data type

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Whe i create a table and i use the data type text i always change allow zero
length to Yes

if i then need it to be true i do this through code

how do i change it so it defaults to Yes and Not No

thanks
Dave
 
I don't see a way to change the default, but one thing you can do is to
create one text field in the table then highlight that field by clicking the
button to the left of the field and choose Copy. Then paste the field as
many times as needed to add more text fields to the table. This will copy
all of the properties of the text field, including its name. Then go back
and type in the names for the pasted fields to change them to what you want.
 
wow, fastest response ever

thanks Wayne!

Wayne Morgan said:
I don't see a way to change the default, but one thing you can do is to
create one text field in the table then highlight that field by clicking the
button to the left of the field and choose Copy. Then paste the field as
many times as needed to add more text fields to the table. This will copy
all of the properties of the text field, including its name. Then go back
and type in the names for the pasted fields to change them to what you want.
 

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

Back
Top