Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I add new fields to an existing form

Status
Not open for further replies.

BSC5905

Technical User
Apr 30, 2004
20
US
I have created a form based on a table. I have added some new fields to the underlying table. I would like to add these new fields to the existing form. Can I do this with out recreating the form?
 
Yes, you can. First check the Record Source for your form. If it is SQL, click on the three dots (...) to the right of the statement to edit the statement to include the new fields; if it is a query, edit the query; and if it is a table, do nothing. Next, choose View->Field List and drag the new fields on to your form.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top