Access level to create doclinks

HELP! Maybe its just been a long week but does a user need special access to create a doclink in lotusscript? I have an Author field with the user listed in it (the user has Author access to the database) and in the queryclose event am using lotusscript to create a mail document and create a doclink to the current document on it. When I test as a normal user I keep getting You are not authorized to perform that function. When I am able to get the debugger to step through it, the error is on the line:

Call linkField.AppendDocLink(doc, “Request from Absence Reporting Database”)

I am at a loss as to what is going on. Any help is appreciated.

Subject: *Do you have access to the Default view in the DB? If not, that could be problem.

Subject: RE: *Do you have access to the Default view in the DB? If not, that could be problem.

Thanks Ben, you’re a lifesaver!