G
Guest
I have a form in an application in which I need to have the records displayed
so the most recent one comes up when the form is opened (during the Load
event). This worked fine until I changed the form to set it's focus on a
combo box when it opened. I checked the table behind the form and noticed
that the data is sorted in descending order - if I resort the table and try
to open the form again I still get the same result as before. Resorting the
data behind the form doesn't seem to matter.
Do you have any suggestions for correcting this situation?
so the most recent one comes up when the form is opened (during the Load
event). This worked fine until I changed the form to set it's focus on a
combo box when it opened. I checked the table behind the form and noticed
that the data is sorted in descending order - if I resort the table and try
to open the form again I still get the same result as before. Resorting the
data behind the form doesn't seem to matter.
Do you have any suggestions for correcting this situation?