Hi
Can anyone help me with this topic? I am sure that what grnzbra put is correct but I don't really know how to implement it. Like I said I am quite new to this Access business!
Thanks
H
Hi
Thanks again but like I said I am a bit new to this:
Dim db as database
Dim rs as recordset
Dim str as string
set db as currentdb
set rs as openrecordset("QueryName")
rs.movefirst
while not rs.eof
str = str & rs.Company & Chr(9) & rs.Price & Chr(9) & rs.OrderNo & chr(10) &...
Hi,
The query uses todays date and then gets the Total Price, Company and Order Number for all orders placed that day.
It needs to arrive something like:
Company Price Order No.
Tek-tips 9.99 o1652485
Microsoft 18.50 o1652499
So yeah, it needs...
Hi
Thanks for replying and sorry for being ignorant but the information comes from a query so how do I gather that information into a string? (I assume that string then goes in the 'message text' field in the macro?)
Thanks again
Haz
Hi,
I am a newbie to Access and trying to improve the database at work. I am using SendObject to send the data I require BUT the computers are a bit slow (as are the ladies in accounts) and they don't want to use attachments. So can I send the information I want in THE BODY of the EMail (we...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.