I am using MS Access 2003 SP3 with Lotus Notes 6.5 and the following line of VBA code works great, except everything is double-spaced, regardless of the positioning on the report in Access. Any ideas how to stop Lotus Notes from creating double-spaced emails?
DoCmd.SendObject acSendReport...
What I'm wanting to do is write code for an unbound form that when opened has two fields. The first field will show the record number of the first record in a table and the second field will show the last record number in the same table. What I'm hoping to accomplish is at the end of the month...
I would like to create a keystroke, for example ctrl-m, to move an email from my inbox to a specific folder. I tried searching the FAQ but got a message that the search feature was not working. Anyone have any suggestions? I am using Outlook with Office XP. I do have a little background with...
I am using the following code to change the backgroud color of a control when it has the focus, and then back to white when it doesn't have the focus.
Private Sub txtPounds_GotFocus()
Me.txtPounds.BackColor = RGB(255, 255, 128)
End Sub
Private Sub txtPounds_LostFocus()...
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.