I have non access users who will update and edit data in a access database stored on a shared drive using form menu's (navigation) I create. I don't want them to see the back end or use those items and would also like to hide the side navigation panel. Is this possible with access 2010 and if...
Yes that syntax works great. I see I need to learn some VB enough to get through this. Your help is greatly appreciated. I did not want to go this route unless I was sure I could send the form data through email upon entry since that was a requirement.
Thank you again.
Yes that worked and it's sending the email and it is updating the table but it's not sending the form data in the email.
Here is my code.
Private Sub AddRecordButton_Click()
Dim firstname, lastname As String
Dim objOutlook As Outlook.Application
Dim objEmail As Outlook.MailItem
'**gathers...
i am using the code from a prior thread and I am running into a problem with the .To = email part of the code. It gives me an error message that says there must be at least one email address in the To field. I don't want to pull this from a field I would like to just hard code an email ID into...
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.