I've updated my table but my forms do not reflect the update?

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

Guest

I added a field to my table in order to invoke a certain sort. I ran the
query, but my report does not reflect the sort change. Any advice would be
appreciated!
 
You modified your table.

Your query doesn't show the field, or doesn't sort per the new field? Is
the new field even in the query?

If your query has the new field, and (even if it) sorts on the new field,
reports don't use the sort sequences in queries. In your report, you'll
need to set the Sorting/Grouping.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top