update form after changing table

enriquemellado

Registered User.
Local time
Today, 07:53
Joined
Jul 22, 2007
Messages
21
this might be an easy question, but here it goes

i have a table, and i made a form that is related to this table
after i update the table, for example i added a field, now i can add the field in the form.
is there any way to update the form with the new changes from the table?
thanks:o
 
The use of forms is to enter data in tables or queries.
So if you add/delete fields to a table/query you'll have to add/delete that field in your form. I wouldn't know a way of automating adding fields to a table = adding field to the bound form.

Hth
 
ok
i have a tblmembers and a tblmembers form. i created it and everything works fine.
now after doing all that, i need a new field called RFC, that I added to the my tblmembers. When i open the tblmembers form. in the field list i can't see the RFC field.
i can't add it.
thanks
 
Open the form in design view and go to > View > field list. Your newly created (RFC) field should be in there. If so, , drag it from that list to your form.

Hth
 
that's the thing
it's not there.
in the field list the RFC isn't there.
the form is composed of fields from 2 tables (personal data: tblmemberdata and contact information: tblmembercontact) that are related through the PK from both (autonumber) fields. not sure if that is doing something
thanks
 

Users who are viewing this thread

Back
Top Bottom