Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. crazycoot

    very slow condense times with Access 2003 on XP

    I thought the database format was the same from 2000 to 2003. They don't get a message to convert when they open it. What's the conversion process? I'm guessing that once it's converted, Access 2000 users won't be able to open the database. Is that correct? Thanks for the tip. Kevin
  2. crazycoot

    very slow condense times with Access 2003 on XP

    I'm support person, not an access developer, so please be gentle. We are starting to roll out XP and Office 2003 to our users and one of the early adopters has found a strange problem. She has an Access db created in Access 2000. It normally only takes about a minute to run a condense and repair...
  3. crazycoot

    reading and evaluating one-to-many records

    I was right about that simple solution making me feel foolish. The difference in my code that of GW is I was using "=" rather than ":=". The first is for testing equality, the second, correct way, sets the value of the variable. I'm sure you know that, but I missed it due to my inexperience. My...
  4. crazycoot

    reading and evaluating one-to-many records

    Using Crystal 10 on SQL Server. Using two tables, work_orders, and work_order_details, linked by a common work order number with an inner join. There can be many records in the details table to each work order in the main table. In the details table is a field called actionID. I need to check...

Part and Inventory Search

Back
Top