adding new fields to field list

  • Thread starter Thread starter amerrell
  • Start date Start date
A

amerrell

i am working with a database that i have not created and am trying t
"update" the format of the database by addin
fields to the existing field list. i thought thi
would be simple, but for the life of me I cannot figure out how t
add a field to the form... please help!!
 
amerrell said:
i am working with a database that i have not created and am trying to
"update" the format of the database by adding
fields to the existing field list. i thought this
would be simple, but for the life of me I cannot figure out how to
add a field to the form... please help!!!

Open the table in design view. Go to the bottom of the list and type in
the name of your new field.
 
First, you add a field to the table that the form draws its data from. If
there is a query between the table and the form, you will also need to make
sure that the query displays the new field. Next, open the form in design
view and add the desired control to the form. In the Properties for the
control go to the Data tab and set the Control Source to the new field.
 

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

Back
Top