Changing Table Doesn't Change Form?

M

May

sorry to let you know you have to go to every form to
change it, this function will be added to Access 2003
 
R

Rick Brandt

I'm not sure I agree here. If the name of the field is the same and all you change
is the data type then the form should pick that up. Controls on forms don't really
have a DataType and so should be oblivious to the change. However; if the field had
an InputMask or Format property at the table level the control on the form would have
inherited those when you first created it. Now that you have gone into the table
and altered the InputMask and/or Format for the field, these changes are definitely
NOT automatically propagated to the control on the form.

This doesn't mean that you have to re-create the control, but you will have to
manually change the InputMask and/or Format properties.
 

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