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 bkrike 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: *

  • Users: TahosaMan
  • Content: Threads
  • Order by date
  1. TahosaMan

    Query count not showing up as 0

    My design query takes seven different groups (Chap) and counts the date field and returns the count but if there isn't a date for a group it doesn't display the result of that group at all. I need it so show up as 0 in the results. SELECT OA_Info.Chap, OA_Info.CurrLevel, Count(OA_Info.Vigil) AS...
  2. TahosaMan

    Delete records moved to multiple tables / Access 2000

    I have tables with relationships set up to track membership. I need to be able to move inactive members and their data in the other tables to a duplicate set of tables in case they become active again I can move them back into the active tables. I can append all of their data to a single table...

Part and Inventory Search

Back
Top