Allan - yes - in the past that was quite difficult for me also (setting up Outlook to use AOL)...
Outllook 2007 did all the work for me - I just chose to set up a new account - gave it my e-mail address - and it went out and found all it needed - must have used the @aol.com domain name...
Came back with the incoming and outgoing AOL server names and I was set to go...
After doing much research, it appears you're stuck with the problem, as there is no way to fix the email security issue in Outlook 2007 unless you're using Exchange Mail Server. However, on my PC, the command button to send via email works fine.
If possible, could you send me a copy of the database and I'll try it. If it works, then I'll assume there is an issue with AOL in Outlook 2007. (If the database is split into front and back end, I would need both files)
If you cannot send me a copy, can you try another email account?
Yes, I have Outlook 2007 and Access 2007 and no problem.
Have you compacted the database? (Office button, Manage, Compact and Repair) It may reduce the size. Otherwise, can you just give me the structure and no data? You can do this by creating a blank database and importing the tables, forms, reports, etc from your working database. Just choose the External Data tab, Import ribbon, Access. Make certain to choose the options button and mark Definition Only to import the objects without data.
If this is too much, let me know. Also, if you email it, you must compress the file into a zip file, as email will not allow Access files.
abach
1.7K Posts
0
October 19th, 2007 01:00
bdubill
1 Rookie
•
118 Posts
0
October 19th, 2007 09:00
On Error GoTo Err_MarineRetail_Click
DoCmd.SendObject acReport, stDocName, , , , , "Tiger Performance Products - Marine Retail Price List", "Attached is the Marine Retail Price List."
Exit Sub
MsgBox Err.Description
Resume Exit_MarineRetail_Click
End Sub
abach
1.7K Posts
0
October 19th, 2007 10:00
MsgBox Err.Description
Resume Exit_MarineRetail_Click
MsgBox Err.Description & Err.Number
Resume Exit_MarineRetail_Click
bdubill
1 Rookie
•
118 Posts
0
October 19th, 2007 12:00
abach
1.7K Posts
0
October 19th, 2007 15:00
bdubill
1 Rookie
•
118 Posts
0
October 19th, 2007 18:00
bdubill
1 Rookie
•
118 Posts
0
October 19th, 2007 18:00
abach
1.7K Posts
0
October 19th, 2007 18:00
abach
1.7K Posts
0
October 19th, 2007 19:00
bdubill
1 Rookie
•
118 Posts
0
October 20th, 2007 09:00
abach
1.7K Posts
0
October 20th, 2007 13:00
bdubill
1 Rookie
•
118 Posts
0
October 20th, 2007 13:00
abach
1.7K Posts
0
October 20th, 2007 20:00