When I make changes in the Table, should I re-design the Form/Query/Report?

  • Thread starter Thread starter smith
  • Start date Start date
S

smith

I added some fields and change the data type in the Table, how can I make
the same changes to the Form/Query/Report that had been finished
accordingly? Thanks.
 
If you added the fields to the original query by using the asterisk (all
fields) in the query design grid, you don't need to do anything to get them
to appear in the query. If you added fields to the query individually, you
will need to go back to the query design view and add the new fields. On a
form or report you will need to add text boxes or other appropriate controls
bound to the fields in order to display them (or otherwise include the
fields in calculations, expressions, or code).
 
Back
Top