Can you resize field text boxes globally in form

  • Thread starter Thread starter Rock
  • Start date Start date
R

Rock

Hi,

I have forms where I wish to increase the font size which I can do okay.

Instead of having to go and resize each form field text box, is there a
way to increase them all at once? They are all the same size to fit the
new font size.

Thanks

Rock
 
Rock said:
Hi,

I have forms where I wish to increase the font size which I can do
okay.

Instead of having to go and resize each form field text box, is there
a way to increase them all at once? They are all the same size to fit
the new font size.

Thanks

Rock

Hi Rock,

Shift Click each of the TextBoxes to select them all and then change
their size together.

hth
 
RuralGuy said:
Hi Rock,

Shift Click each of the TextBoxes to select them all and then change
their size together.

hth

Hi again!

Doh! Of coarse!

Another thing..

In the tables I call secondary, as they only supply displays to the form
combo boxes, I need to have the first entry show a blank.

I will only need one field in these tables, say ProductID.

If I add a primary field, say PromotionID (AutoNumber) then that is what
I get in my Combo field instead of the ProductID.

If I don't add that field and set ProductID as the Primary, it will not
allow a Null value, which there is until I enter one in the form.

Somehow these tables seem to work in the form combo fields *without* any
Primary key.

What is the best way to do this so it doesn't fall over down the track?

Hope you can understand the ramblings..


Thanks

Rock
 
Rock said:
Another thing..

In the tables I call secondary, as they only supply displays to the
form combo boxes, I need to have the first entry show a blank.

I will only need one field in these tables, say ProductID.

If I add a primary field, say PromotionID (AutoNumber) then that is
what I get in my Combo field instead of the ProductID.

If I don't add that field and set ProductID as the Primary, it will
not allow a Null value, which there is until I enter one in the form.

Somehow these tables seem to work in the form combo fields *without*
any Primary key.

What is the best way to do this so it doesn't fall over down the
track?

Hope you can understand the ramblings..


Thanks

Rock

Hi Rock,

I'm not sure I understand your table and control structure, but before we
get too far along start a new thread so that everyone can see and
participate.
 
Back
Top