I have searched all over the internet and still have not figured out why once I split my database that the AddFromOutlook command will no longer work. All I have seen is that it has something to do with the linked tables. Any ideas???
Code:
Private Sub cmdAddFromOutlook_Click()
DoCmd.RunCommand acCmdAddFromOutlook
End Sub
Thanks
Christine
Code:
Private Sub cmdAddFromOutlook_Click()
DoCmd.RunCommand acCmdAddFromOutlook
End Sub
Thanks
Christine