Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dlambert
  • Content: Threads
  • Order by date
  1. dlambert

    3001 error on parameter query recordsets after upgrade

    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()...
  2. dlambert

    Sorting a flexgrid control from the column header

    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?
  3. dlambert

    Lost focus event not firing before query unload

    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...

Part and Inventory Search

Back
Top