I'm using an Adodc connected to an Access 2K Query. The Query is used to Sort the records on a particular field of a Table; e.g., "LastName" of the "Personnel" Table.
When I exit out of my VB 6 Form that contains the Adodc and the DataGrid, I would like any newly added records to be sorted properly when I access the Form again (without exiting the VB app.) If I exit the VB app and reaccess the Form, the records are sorted properly. I don't want the user to have to exit the VB app in order to see the records sorted properly.
Would I use "Refresh" "Requery" or "Update to accomplish this, or am I completely off base.
Thanks in advance!
When I exit out of my VB 6 Form that contains the Adodc and the DataGrid, I would like any newly added records to be sorted properly when I access the Form again (without exiting the VB app.) If I exit the VB app and reaccess the Form, the records are sorted properly. I don't want the user to have to exit the VB app in order to see the records sorted properly.
Would I use "Refresh" "Requery" or "Update to accomplish this, or am I completely off base.
Thanks in advance!