Hi,
here is what I want to do:
1- I have an Access 2003 data table
2- I will add another column named modified by
3- I want this column to be automatically populated by windows login of the person who updated the table
4- I need it to be visible on a VBA Form
Any help would be much appreciated...
Hi everybody,
I basically use this simple code that send automatically emails without opening Outlook window for it.
VBA:
Sub SendVBAMail()
Dim OutApp As Outlook.Application
Dim OutMail As Outlook.MailItem
On Error Resume Next
Set OutApp = GetObject(...
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.