I'm trying to automate sending an email with an attachment in our environment (access 97) using Outlook Express ( we dont have MS outlook or other fancy stuff). Does anybody knows how to do this, please help! The only reference i can found in my access97 program is Microsoft CDO
I have a field called ingredients where multiple ingredients can be contained in one record (client request). Now when a report is run I need to prompt a user to determine which records to display which could be all of the below ingredients or just 1.
My code used to work, but now its not working any more. What I am trying to do is find the current user when a forms open. This is the code that used to work: If faq_IsUserInGroup("Admins", CurrentUser) Then