Search results

  1. S

    VBA query returns wrong records

    I have a select statement that returns the right record when it runs in the Access query wizard, but returns too many records when run in VBA code. This is the query: Select * From Data_detail Where ( Procedure = 'T1004') AND (Charges = 139.5) AND (cdate(To_Date) = '8/10/2009') AND (parent_ID...
  2. S

    Access 2007 Runtime SP2

    I have not worked too much with Access Runtimes. But I have a few users - some local and some across the country - that have my Access 2007 accdr application running. My problem is that I don't know how to update their systems with the new SP 2 runtime that was released this spring. They are...
Back
Top Bottom