F
Forrest Gump Ky
Back in the ancient days of dbase, this was simple, but now I'm stumped.
I'm an amateur programmer. I'm using a table of mailing data. When there
are two people at the same address, I want to put both names in a single name
record (such as Bill Jones and Sally Smith, instead of two records).
In dbase I would have just modified command, taken the street address, stuck
it in a memory variable, skipped to the next record, compared it to THAT
street address. For matches, I would then stick the name in the second
record in a variable, delete that second record, skip back one record and
replace name with Name plus " " plus &Memoryvariablecontents.
I've done some work with queries in Access and reports, but none with
modules or macros, so I will need someone to spell out the basics on this.
I'm sure this is something very easy, but does anyone have the solution, or
would someone please direct me to a subject that deals with it?
Thanks
I'm an amateur programmer. I'm using a table of mailing data. When there
are two people at the same address, I want to put both names in a single name
record (such as Bill Jones and Sally Smith, instead of two records).
In dbase I would have just modified command, taken the street address, stuck
it in a memory variable, skipped to the next record, compared it to THAT
street address. For matches, I would then stick the name in the second
record in a variable, delete that second record, skip back one record and
replace name with Name plus " " plus &Memoryvariablecontents.
I've done some work with queries in Access and reports, but none with
modules or macros, so I will need someone to spell out the basics on this.
I'm sure this is something very easy, but does anyone have the solution, or
would someone please direct me to a subject that deals with it?
Thanks