Search results

  1. M

    Performance problems, but only on the laptop

    When I go to the field I take my database with me on the laptop. It's a tabbed thing so the one main form contains nearly everything. So when I open the main form it's likely opening every form and running every query in the database to get launched. When I open the form on my workstation it...
  2. M

    How can I find a missing field (Enter Parameter Value)

    My application is tabbed so one single form contains the whole schmere. When I launch it I get the 'Enter Parameter Value' which means there's a field gone missing somewhere. However the useful information ends with what the field's name is. Yes, I know the table and field name, but this can be...
  3. M

    Upgrade database, bring in all the records

    As I get further along on this thing and am ready to begin putting it out for testing we need to be able to have the user easily import all his data from the last version when I do an upgrade. Yes, I know I can split the data out, but sometimes there will be a change to the tables that will...
  4. M

    Autonumber screwed up, using existing number

    Somehow the autonumber field has been screwed up. When I try to add a new record it reuses a number it's already used. It should be using 299, but it's trying to reuse 143. If I go into the table itself and add a new record, then escape to cancel the add, then repeat I can get it to increment...
  5. M

    Why is Access 2003 crashing and corrupting the database?

    I continue to have access crash, very frequently. On a system that's otherwise fine. Access is fully up to date with the latest patches, but it frequently says it's out of memory (though the system hasn't used half what's available) and it crashes. Sometimes it corrupts the database such that...
  6. M

    Query uses the TAB CONTROL page to filter

    I use a lot of Tab Controls in the interface, lots of different pages switchable by tab control I want to have help pages on various but I don't want to have to create separate queries and forms for each when I should be able to just filter on the category. So in a very generic example, let's...
Back
Top Bottom