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 Wanet Telecoms Ltd 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. bobmunkhouse

    Listing records differently

    I have a list of names in a table. In a report they display one below the other. Can I make them appear one after the other instead: name, name, name, name, name, name, name, name, name, name, name, name, name, name, name, name, name, name, name, name, name, name, etc. Please help
  2. bobmunkhouse

    Mail Merge Macro

    Hey everyone I need a macro to start the "Merge It with MS Word" wizard using my table "tblTeam" Can this be done? or anything similar Thanks in advance
  3. bobmunkhouse

    Simple Mail Merge

    Hey everyone I need a macro to start the "Merge It with MS Word" wizard using my table "tblTeam" Can this be done? Thanks in advance
  4. bobmunkhouse

    RIGHT JOIN

    I have a RIGHT JOIN on a query showing each of the names of teams. To the right of this there is a sum for each team of the amount they owe, and to the right of this is the standard fee that each team must pay on top of this. (see Query headings below): TeamID MoneyOwed StandardFee I've...
  5. bobmunkhouse

    I've got RIGHT JOIN, and rather tha

    I've got RIGHT JOIN, and rather than it displaying a blank field when there is nothing to find, I need it to display a "0". Kind of like a default value. below is the SQL used for my query. SELECT [tblTeam].[TeamID], [qryLeagueWon].[Won] AS Won FROM qryLeagueWon RIGHT JOIN tblTeam ON...
  6. bobmunkhouse

    I have a table holding a list of na

    I have a table holding a list of names. There are currently 4 names, and they are each held a number of times. (e.g. bob, jim, joe, paul, paul, joe, jim, jim, jim) I need a query to display each name; with the number of times it appears in the table next to it (e.g. Bob 1 Jim 4 Joe 2...
  7. bobmunkhouse

    Count Query

    I have a table holding a list of names. There are currently 4 names, and they are each held a number of times. (e.g. bob, jim, joe, paul, paul, joe, jim, jim, jim) I need a query to display each name, with the number of times it appears in the table next to it (e.g. BOb 1 Jim 4 Joe 2...

Part and Inventory Search

Back
Top