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 TouchToneTommy 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 NEW2003

  1. NEW2003

    how to merge multiple number of record to the same page

    Neil, i fixed the query like below, and still get the same error "Wrong # of argument used with function in query expression fConcatFld("MainTable","SS","PHARMACY","string",[SS])". What should i do? Select...
  2. NEW2003

    how to merge multiple number of record to the same page

    Neil, Thanks a lot for your time. I follow your instruction, but i got errors"Wrong # of argument..". I kind of new to vba coding, so if you can point my mistake, i have the copy of the code below: my MainTable contain [SS] and [PHARMACY] the query: SELECT MainTable.SS...
  3. NEW2003

    how to merge multiple number of record to the same page

    Fae, the data source is from ms access 2000 to word 2000 mail merge. I did check out the article that Peter Moran refer to. It helped alot but since my data from access look like this: name project john 125x john 254w john...
  4. NEW2003

    HOW TO MARK THE LAST RECORD IN A GROUP

    Thanks a lot for all your help!
  5. NEW2003

    how to merge multiple number of record to the same page

    what can i do to produce letter merge that look like this: <000-00-0000>......<pathmark>, <shoprite>, <stop&shop> .... <111-11-1111>......<a&p>, <wawa>.... from the data source look like this: SS# store name 000-00-0000 pathmark 000-00-0000 shoprite 000-00-0000...
  6. NEW2003

    HOW TO MARK THE LAST RECORD IN A GROUP

    Does anyone know how to mark the last record of a group. ex: john doe made 3 order, i need to indicate the last record for john doe. customer order Indicator john doe 125 john doe 245 john doe 524 1 jane doe 536 jane doe 824 1

Part and Inventory Search

Back
Top