Hello all,
Ok what's the best way to send individual emails from a Query result.
I have a search button on a form that looks for any month of the year the user types in. The results show the following fields - Name, Date of Birth and Email Address.
Now I want to send an email with an...
If you have bitttorrent apps like the previoyuss poster said that slows things down look for something called "DNA" in "Program Control" and then click "Programs"tab and set DNA to Kill on Trust Level, Access, Server and Email.
Then check the update options under "Anti-virus" "Advanced Options"...
i don't need the log out button on that form i'll have it on the main menu screen instead as i don't think there will be need for two log out buttons.
thanks people...:)
no i've just noticed that when i click to "log out" on the Contacts form the Contacts form closes but the Main Menu form opens and the log out screen both appear.
Yes I also have a button located in the header part of the Contats form and the following code is attached to that and this works fine.
Private Sub ExitButton_Click()
DoCmd.Close
DoCmd.OpenForm "MainMenuScreen"
End Sub