Adding New Display Fields in a Query to Show up on a Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a simple form that I am creating. If I want to show additional data items on it after the initial design, how do I go about doing this?
 
I have a simple form that I am creating. If I want to show additional data items on it after the initial design, how do I go about doing this?

If a table is the record source for the form, add the new field to the
table.
Open The form in Design View.
Click on the Field List Tool Button.
Drag the new field onto the form.

If a query is the record source for the form, add the new field to the
table, then to the query.
Open the form in design view.
Click on the Field List Tool Button .
Drag the new field onto the form.
 
Back
Top