How to store variables in a field and have them usable in VBA
I have two functions both should have the same results but they do not. 


Public Function DefaultGreeting() As String
On Error Resume Next
DefaultGreeting = "Dear " & [Forms]![frm_contacts]![Dear] & ":"
End Function


Public Function DefaultBodyText() As String
On Error Resume Next
DefaultBodyText = [Forms]![frm_e_mailing]![mess_text] / this equals this just pulled from a table "Dear " & [Forms]![frm_contacts]![Dear] & ":"
End Function
May 8th, 2015 11:21pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics