G
geert
Hello
In my database I use a select case-tree with a "DoCmd.SendObject"
function resulting in sending a snp formatted mail.
I want to add also a 'save as' function.
I want to save my result (a snapshot format) on a specific directory
such as when I have:
Case "Eric"
Case "John"
that it will be saved under the directory Eric, etc.
I also want to give my snp a name in function on a variable (Client) I
determined earlier
eg. pbsuject1 = rs1.Fields("Client").
Can someone help me?
Thanks
Geert
In my database I use a select case-tree with a "DoCmd.SendObject"
function resulting in sending a snp formatted mail.
I want to add also a 'save as' function.
I want to save my result (a snapshot format) on a specific directory
such as when I have:
Case "Eric"
Case "John"
that it will be saved under the directory Eric, etc.
I also want to give my snp a name in function on a variable (Client) I
determined earlier
eg. pbsuject1 = rs1.Fields("Client").
Can someone help me?
Thanks
Geert