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

    MS Access beginner needing help..

    This link may help: http://www.access-programmers.co.uk/forums/showthread.php?t=67168 JQS
  4. 492JQS

    Simple Query Question

    I'll give that a try.
  5. 492JQS

    Simple Query Question

    Snoko Thanks for your help so far. This obviously isn't as straightforward as I thought! I know I could get around the problem if I added another field to the table, probably a YES/NO field called 'Superseded' or something like that. Then I could filter on that field. I'm trying to keep data...
  6. 492JQS

    Simple Query Question

    Snoko I followed your advice, and now the query returns only the record with the highest change issue. What I wanted was a complete list of change records showing only the latest issue for each (if that makes sense). Is there some way I can extend this method to show the latest issue for every...
  7. 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...
  8. 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) '...
  9. 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