C
ChrisM
Hi Group!
Hope someone can help.
I have a FORM that is being displayed in 'Datagrid' view.
When running in the normal Access environment, you can right-click on the
tops of the columns and sort the grid by any column.
However, when running under Access Runtime (ultimately how the application
will be run), this functionality is not available.
I didn't think this would be a problem, I would just write some code to
catch a click on a column header and do the sorting myself...
Problem is, I can't find an event/property of the Form Datagrid View that I
can use to work out which column has been selected/clicked on.
Anyone got some suggestions on this?
Many Thanks,
ChrisM
Hope someone can help.
I have a FORM that is being displayed in 'Datagrid' view.
When running in the normal Access environment, you can right-click on the
tops of the columns and sort the grid by any column.
However, when running under Access Runtime (ultimately how the application
will be run), this functionality is not available.
I didn't think this would be a problem, I would just write some code to
catch a click on a column header and do the sorting myself...
Problem is, I can't find an event/property of the Form Datagrid View that I
can use to work out which column has been selected/clicked on.
Anyone got some suggestions on this?
Many Thanks,
ChrisM