Problem sorting records

R

reeve13

:confused: I am having a problem sorting records in a continuous form.
I noticed when I entered a record from the query, it sorted the entere
record the way I wanted it to. However; the form I created based on th
query when I tried entering a record from the form, it does not sort th
way it should like in the query. Why does it do that, and how do I fi
it?

Thanks
 
G

G. Vaught

A query will sort by the Primary Key if no sort is placed within the query.
As long as you have your query sorted to a field, the info will show in that
order on the form.
 
Top