Mail Merge and Sql Table

aadebayo

Registered User.
Local time
Today, 14:29
Joined
May 10, 2004
Messages
43
Hello
I am currently working on a recruitment system. As part of this system, i am using the mail merge functionality. What I have done is create a table that contains data used for the mail merge. This table has userID as one of the fields, so as to identify the user currently writing data to the table and hence printing data. This table automatically deletes the records as soon as a user finishes printing.
Currently I can only allow opne user to write records to this temp table at a time, to make sure that a user does not end up with amother users record. This is creating a lot of problems. Is there a way in which I can allow more than one user into this table, but at the same time make sure that only a pecific users record is printed by such user.

Ade
 

Users who are viewing this thread

Back
Top Bottom