Control Formats on a Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am creating forms based on some imported tables. These tables have a number of format properties set in the table design. Since I have already created the Forms is it possible to reset the table design format properties so that the Form will be reset to these new properties, rather than changing them in the Form

Thanks in advance

djb
 
The formats you have set in the table will propagate as new items are made
(i.e. when you drop a field onto a form). It doesn't go back and redo the
controls that already exist. Depending on your layout (if you have enough
similar controls that need the same formatting) you may be able to do this
in code with the form(s) open in design mode.

--
Wayne Morgan
Microsoft Access MVP


djb said:
Hi,

I am creating forms based on some imported tables. These tables have a
number of format properties set in the table design. Since I have already
created the Forms is it possible to reset the table design format properties
so that the Form will be reset to these new properties, rather than
changing them in the Form.
 
Back
Top