Search results

  1. 492JQS

    Stupid Query!

    I have a simple query that I use to list Engineering Changes raised in any particular month, and until last month it was working fine. When I try to list changes raised in March, however, the query returns no results, yet I know a large number of changes have been raised. The query contains two...
  2. 492JQS

    Database Response Time Recording

    Is it possible to to set up a table in an access DB that records response times for opening the DB, navigating between forms etc? I have a number of users based on a remote site and they are complaining about how slow the database runs, claiming it is unusable. When I visit the site and access...
  3. 492JQS

    Simple Query Question

    I've got a table in my Engineering Change database with the following fields: ChangeLink ChangeIssue Remarks The table contains multiple Change Issues for each Change Record. What I'm trying to do, as part of a query that pools data from multiple tables, is display only the latest issue of a...
  4. 492JQS

    Delete File

    This is a shortened version of a problem I posted in the General Forum a week or so ago but have had no response to. Maybe I'll have more luck here. I'm using the following code to delete backup files older than ten days: Dim checkFile checkFile = Dir(MyBackupPath & "\*.zip", vbDirectory) '...
  5. 492JQS

    Archiving Problems

    I'm new to access and began work on my first database a couple of months ago. This site has been a great help, and up to now I've been able to find all the advice I need by searching the forums. However, I now have a problem that doesn't seem to be covered in previous posts. I'm using the...
Back
Top Bottom