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!

Recent content by TahosaMan

  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 do run the append first but can only figure out how to get all of the data to a single table (Inactive Table All). I have an ACT_INACT field in the Active Personal Field Table that I key off of and then delete the record from the Active Tables. Once I get this to append to all three tables I...
  3. 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