Send Object Macro

  • Thread starter Thread starter snappl3
  • Start date Start date
S

snappl3

I'm trying to write a macro for access to automatically email clients a file
using the sendobject method. This file will be sent to clients based on a
query already written. How would I go about inputting this in VBA editor.
Thanks in advance for the responses!
 
Snappl3,

It depends a bit on what format you want to send it in.

If you are talking VBA editor, then you are talking VBA procedure, you
are not talking macro, which is a different thing altogether.
 
Back
Top