DoCmd Statement Email access

mborg

New Member
Joined
Nov 22, 2010
Messages
43
is it at all possible to control the message text in a DoCmd statement? at least have line breaks in the messages?

For instance:
"Dear Name,

Please see attached for your latest balance.

Regards,
Finance"
 
Am trying to run a pattern of number in such a way that the below numbers which is actually a game score will show possible ways where 3 scores from the three columns will occur together as a group

2-10-01-2
2-00-10-2
1-10-20-1
1-21-01-1
1-01-21-0
0-11-32-1

<tbody>
</tbody>


e.g
(2-1,0-0,1-2)
(2-1,0-1,0-2)
(2-1,0-2,0-1)

The question is how many times can each individual score predict 3 scores in one group?

I will appreciate some help on how to go about this as am running mad just doing it manually. Its like a multiplier table where each number multiplies 3 numbers in a group like this (2-1,0-2,0-1)
 
Upvote 0

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.

Forum statistics

Threads
1,221,692
Messages
6,161,351
Members
451,697
Latest member
pedroDH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top