Simple question (I think)...
I have a form based on a table and I want it to open with it sorted on
Last Name ascending.
I set the order by property for the form to: tblPersonnel.[Last Name]
ASC
but it opens ordered on the PID, which is an autonumber.
Why does it ignore my order by selection?
Thanks,
Blake
I have a form based on a table and I want it to open with it sorted on
Last Name ascending.
I set the order by property for the form to: tblPersonnel.[Last Name]
ASC
but it opens ordered on the PID, which is an autonumber.
Why does it ignore my order by selection?
Thanks,
Blake
Comment