Thanks for the help. I was able to download and install Microsoft Outlook Classic successfully. This resolved my issue of not
being able to send MS Access emails. Thanks again to all ! ! !
Thanks for all the help. I was successful in downloading Outlook Classic. This resolved my problem of not receiving MS Access emails. Thanks again to all ! ! !
I downloaded "OfficeSetup,Exe" from the Microsoft website. I will assume this will give me Microsoft Outlook Classic with the option to switch between Microsoft Outlook Classic and New Outlook. Will this cause any problems with my emails ?
I have trouble trying signin/signup for Power Automate. I see it listed in my Microsoft apps, but get into Power Automate. It rejects my Microsoft signin.
I'm not familiar with the required information. Is this information found in my email account ?
i.e. => Requires knowledge of all the server settings (port, username, password, authentication
I'm told that Access email function does not work with Windows 11 Office 365 (New Outlook). I get the 'An error occurred while attempting to send the email. Error '2293' Microsoft Access can't send this email.' error message. Is there anyway to run my VBA email routine. My laptop does not have...
Thank you ! ! ! I wanted everyone to know that my problems were resolved. Someone mentioned in one of previous posts that I should let everyone know. Obviously, I made too many posts.
I used the EXCEL 'Transpose' featureand the code below to resolve my problems.
Do Until Counter = 30
Counter = Counter + 1
varX = DLookup("Question" & Counter, "Answers_Horizontal")
strAs = "A" & Counter
Forms("Questions").Controls(strAs) = varX
Loop
How can I substitute "A1" in a "Forms" statement within a loop (as shown below) to move to the next textbox in a form.
Dim strAs As String
Dim Counter As Integer
Counter = 0
Do Until Counter = 30
Counter = Counter + 1
varX = DLookup("Question" & Counter, "Answers_Horizontal")
strAs =...