Who can help me with this?
May 21, 2010 10:25 AM Subscribe
Where is the best place to look for help with Access? I like and trust the answers I get on AskMetafilter but they are expensive (1 per week etc.) I have a programming question that I need help thinking through.
Here is my issue:
I have a custom function that hinges on grabbing data out of a specific query. It opens Outlook, creates a new email and populates the fields with specific addresses and data taken from the query ("AppsEmail").
Now I want to make a different query ("RequestEmail") and have it populate the email with that data. So all I have to do is change this line:
Set MailList = db.OpenRecordset("AppsEmail")
and that's where I get stumped.
So I guess this a multi-part question:
1. Where is the best place to go for help thinking through things like this? What I would really love is a "mentor" kind of person that I could just hit up on IM, but that seems like too much to ask. Instead I would settle for a good responsive forum.
2. Does anyone have any guidance on my specific problem?
posted by amethysts to computers & internet (6 answers total) 4 users marked this as a favorite
http://stackoverflow.com/about
posted by stungeye at 10:37 AM on May 21, 2010 [2 favorites]