question on field list for a form

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

Can I add fields to an existing field list for a form
with out having to start over on my form and redesigning
it. I know that when I start the form wizard, it says
that you can use more than one table or query. My
form/subform is currently based off of one table and one
query, the main form comes from a query, and the subform
comes from a table. I have modified the query and add
another query to this one to aquire one additional field
as I enter data through the form. If I didn't say
something right here, please let me know and I will try
to define it better.

Greg
 
If I understand you, you have used the form wizard to create a form. You
have since added a field to the recordsource (a query), and you now want to
add a control to your form for this new field.

Open your form in design view, and if necessary use View - Field List. The
added field will be in the list; just drag and drop it from the list to your
form.
 
Back
Top