I have a form with three tab controls on it. Each tab control holds a different form, which runs a different query. There is no data to display on the first and second tab, but there is data on the third tab, but all I get is a blank page. The different tabs aren't showing up.
If even one...
I have the following date comparison:
If stStat2 = "Open" And Year(stSchedDate) > Today Then
do something.....
What I really want is if the stSchedDate > the beginning of the month prior to the month we are in.
If the stSchedDate was 11/24/2008 then this statement would be true...
OK, so I have one table called Event_Detail with a field called EventNo. The second table is Events_to_Exclude and a field called EventNo. If I join on the two fields where the EventNo = EventNo, then I only get the records I want to exclude.
What I want is to get all the records in...
How do you do that with the graphical tool in Access? I get three choices for joining. Where the fields equal. All from one and only those that equal form the other (either way). I'm sorry this tool confuses me. I get the SQL.
I have a table which contains records that I want to exclude from a query, but I don't see an option in the join criteria to give me all the records in one table except the records that equal from the table with the records I want to exclude.
I was thinking I could do a not in in the criteria...
Now I get an error that says Run-time error '2450': Microsoft Office Access can't find the form 'frm_Consultant_Updates' referred to in a macro expression or Visual Basic code. This is the correct name of the form, I doubled checked.
Any other ideas, help was no help?
I want to be able to set the allow edits property on a different form when a button is selected on the current form. The code is below and it runs without error, but when I open the form I'm trying to set, the allow edits property is Yes and not No.
Any ideas would be great. Thanks!
Private...
I have another problem with email, please look at the code below. How would I write the in statement for the record set. I just want those with the roleid of 18 and 6 to be emailed, I'm obviously not doing it correctly. Thanks!
Private Sub NotifyAM_Click()
Dim answer As Integer
Dim EmailText...
Ok, I created the record set as below, but how do I populate the ToReceiver to send and email to everyone at once, instead of sending individually. So in the TO field I want name@email; name@email;, etc.? My code is below, thanks for your help!
Private Sub UpdatesStillNeeded_Click()
Dim answer...
I have written the code below that sends and email to a person when someone changes a task that the person needs to attend to. Now, I'd like to send an email to a list of people. I have a query that complies the list, but I don't know how to loop though that list to send to multiple people. If...
I'm absolutely sure. I even followed the instructions from this site http://www.freeemailtutorials.com/microsoftWindows/settingDefaultEmailClient.cwd and when I click on the link to test it, Outlook opens. I've tried having outlook open when using the send object function and I still get the...
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.