S
Suthee
Hi everyone. A quick question if I may.
My company finally purchased RightFax. I built a database a couple of years
ago that imports a CSV file containing a list of several hundred different
clients. Each of these clients is already setup in the database they are
being imported into.
Specifically, each client is in a table that has their NAME, CUSTID, FAX,
and LETTER. The letter is an OLE object in the form of a BMP or Word
Document. The letter is unique to each client, and sometimes the client may
have up to 3 letters. That being said, the client could have several
different records for each unique letter.
A query matches the client from the imported CSV file to their respective
record(s) in the database. This is done so I can match the fax and letter(s)
to each client.
Finally, a report is built from the aforementioned query. This report is a
text document for each customer that says a bunch of junk on the first page
(with the fax number) and the preceding pages would be each unique
letter--usually one, but it could be up to 3. So basically it is one GIANT
report that is then printed an manually faxed--yes we literally print and
fax this puppy by hand!
So finally my question: I need to have each individual client report export
to an Access SNP (snapshot) file from my query with the FAX number as the
file name. Then I can feed it to the fax server.
I have no idea how to tell Access how to (1)loop through each record, (2)
create a unique report for each record, (3) export it to snapshot, and (4)
name it the fax number.
If anyone could help me with this, I would be your biggest fan as it would
literally save us HOURS each day.
Thanks in advance to anyone that could share their expertise with me.
My company finally purchased RightFax. I built a database a couple of years
ago that imports a CSV file containing a list of several hundred different
clients. Each of these clients is already setup in the database they are
being imported into.
Specifically, each client is in a table that has their NAME, CUSTID, FAX,
and LETTER. The letter is an OLE object in the form of a BMP or Word
Document. The letter is unique to each client, and sometimes the client may
have up to 3 letters. That being said, the client could have several
different records for each unique letter.
A query matches the client from the imported CSV file to their respective
record(s) in the database. This is done so I can match the fax and letter(s)
to each client.
Finally, a report is built from the aforementioned query. This report is a
text document for each customer that says a bunch of junk on the first page
(with the fax number) and the preceding pages would be each unique
letter--usually one, but it could be up to 3. So basically it is one GIANT
report that is then printed an manually faxed--yes we literally print and
fax this puppy by hand!
So finally my question: I need to have each individual client report export
to an Access SNP (snapshot) file from my query with the FAX number as the
file name. Then I can feed it to the fax server.
I have no idea how to tell Access how to (1)loop through each record, (2)
create a unique report for each record, (3) export it to snapshot, and (4)
name it the fax number.
If anyone could help me with this, I would be your biggest fan as it would
literally save us HOURS each day.
Thanks in advance to anyone that could share their expertise with me.