View Full Version : Adding fields to forms


Regina
04-17-2001, 07:30 AM
Hello,
My query seems to be simple but I just cannot solve it! I designed a form then added a field to the underlying table that the form is based on. My qustion is how do I get this new field to appear on the form and have all data that a user enters in this field saved to the underlying table. I have tried text box's, combo boxes both bound and unbound to no avail. HELP!! Thank you.

charityg
04-17-2001, 08:28 AM
If you have added the field to the underlying table or query, you should be able to click on the field list on the toolbar. (Looks like a piece of paper with lines on it) and drag the desired field onto the form design.

Pat Hartman
04-17-2001, 06:48 PM
Check the form's recordsource. If it is a query, you'll need to add the new column to the query.