G
Guest
My database consists of our clients, products, orders made for clients and
correspondence of the client (i.e., communications made with the client). We
have it set to where the correspondence is a word document, which is then
added as a hyperlink in access.
I have a form, which shows the clients table, with two command buttons. One
of the commands is to open the correspondence form, showing the
correspondence for that particular client, and the other command to add a
correspondence for the particular client.
I am having trouble with the add command. I have tried “strDocName =
“Correspondence†DoDmc.OpenForm strDocName, , acaAdd DoCmd Close acForm,
“Correspondenceâ€
But that flashes the “Correspondence†form.
The client table name is “Clients†as well as the forms name; correspondence
table name is “Correspondence†as well as the form name. The
“Correspondence†form consists of the ID #, Client Name, and the link to the
Word Document.
I hope I have been clear as what I am trying to do, you can e-mail me if
you'd like.
chipper919 at msn dot com. Thank you...
correspondence of the client (i.e., communications made with the client). We
have it set to where the correspondence is a word document, which is then
added as a hyperlink in access.
I have a form, which shows the clients table, with two command buttons. One
of the commands is to open the correspondence form, showing the
correspondence for that particular client, and the other command to add a
correspondence for the particular client.
I am having trouble with the add command. I have tried “strDocName =
“Correspondence†DoDmc.OpenForm strDocName, , acaAdd DoCmd Close acForm,
“Correspondenceâ€
But that flashes the “Correspondence†form.
The client table name is “Clients†as well as the forms name; correspondence
table name is “Correspondence†as well as the form name. The
“Correspondence†form consists of the ID #, Client Name, and the link to the
Word Document.
I hope I have been clear as what I am trying to do, you can e-mail me if
you'd like.
chipper919 at msn dot com. Thank you...