changing field size

R

Roy Goldhammer

Hello there

if i have form with data that i present as datasheet is there a way to
diterme the field size by code?
 
S

Stefan Hoffmann

hi Roy,

Roy said:
if i have form with data that i present as datasheet is there a way to
diterme the field size by code?
Take a look at the object explorer in the VBA IDE: go to the VBA IDE and
press F2. Search for TextBox and examine the column properties.


mfG
--> stefan <--
 
R

Roy Goldhammer

Thankes Stefen

i found out the Column with property for that.

Now is there a way so set the size of texbox or checkbox in datasheet view
automaticly by the largest size of caption or data?
 
S

Stefan Hoffmann

hi Roy,

Roy said:
Now is there a way so set the size of texbox or checkbox in datasheet view
automaticly by the largest size of caption or data?
Afaik no easy one.


mfG
--> stefan <--
 
Top