Search results

  1. rizd999

    So what's the secret??

    For a couple of years, I've had a standard Access 97 split database over a network where the backend was on a server and the interface was installed on each client machine. Performance has never been an issue with this setup regardless of data travelling over the LAN and running it on P2-350s...
  2. rizd999

    Cycling Through Tables

    Hello everyone, I'm trying to fill an array with all the tablenames of an Access database meeting a certain criteria (includes a certain field) in VB6 so that it can be used at a later time. Currently it's programmed as so... Dim DB as DAO.Database Dim tdfLoop as TableDef Set...
  3. rizd999

    Comparing 2 records on 1 table

    I have a table with multiple fields and I need to compare 2 records with 2 different KeyIDs. For the most part, these 2 selected records should match (except for the KeyID of course) but if a field does not match with the second record's field data , I wanted it to display the difference on a...
Back
Top Bottom