After upgrading my access database from 97 to 2003 I'm running into problems with recordsets opened from querydef objects.
Here's an example
Sub testdao()
Dim db As DAO.Database, RecMain As DAO.Recordset, myQuery As DAO.QueryDef
Dim MillSection As String
Set db = CurrentDb()...
I have several datagrid controls that sort based on a column header click event, but the Flexgrid does not have a headerclick event. Any ideas how I can accomplish the same thing as my datagrid control so that me users don't have to think about right clicking on a selected column?
Hi all
My problem is that I have entered my validation code for my fields in the lost focus events of the controls on my forms. When a user clicks the close button on the form after having made a change to any control on the form the query unload event fires but the lost focus event does not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.