On May 20, 11:49 pm, Tony Toews <
tto...@telusplanet.net> wrote:
> On Sat, 19 May 2012 05:07:02 -0700 (PDT), "
fish...@hotmail.com"
>
> <
fish...@hotmail.com> wrote:
> >I have an emaildatabaseobject function in a macro that is working
> >perfectly except i would like the subjec line of the email to show the
> >value of :
> >Forms![fShptDetails]![FMS Ref#]
>
> >can anyone show me how to have this automatically populated with the
> >correct value?
>
> Shamless plug for my software because I have a web page where I use
> this asper the following. <smile>
>
> mailto:
t...@autofeupdater.com?subject=Auto FE Updater
>
> Not sure what the macro looks like because I've never used them but if
> you can concatenate strings it might look something like
>
> "mailto:
t...@autofeupdater.com?subject=" & Forms![fShptDetails]![FMS
> Ref#]
>
> Tony
> --
> Tony Toews, Microsoft Access MVP
> Tony's Main MS Access pages -
http://www.granite.ab.ca/accsmstr.htm
> Tony's Microsoft Access Blog -
http://msmvps.com/blogs/access/
thanks Tony it works perfectly now.