W
WANNABE
I've not worked in access for a while and opened a file today that was developed
5 years ago. It uses the switchboard, which I remember, but one of the menu
options from the switchboard is set as follows -
COMMAND: Run Code << this is a drop down option
Function Name: ImportOutlookData << WHERE DO I FOND THIS FUNCTION ??
I've looked through this DB hi and lo, can not find any functions, no macros,
and the VB is minimal, this is all there is under the Module "basUtility"
Option Compare Database
Option Explicit
' Module variables used in importing from Outlook
Private molApp As Object 'Outlook.Application
Private molNameSpace As Object 'Outlook.NameSpace
Can someone please tell me where I can find the functions, or how I can
determine where the functions are??
5 years ago. It uses the switchboard, which I remember, but one of the menu
options from the switchboard is set as follows -
COMMAND: Run Code << this is a drop down option
Function Name: ImportOutlookData << WHERE DO I FOND THIS FUNCTION ??
I've looked through this DB hi and lo, can not find any functions, no macros,
and the VB is minimal, this is all there is under the Module "basUtility"
Option Compare Database
Option Explicit
' Module variables used in importing from Outlook
Private molApp As Object 'Outlook.Application
Private molNameSpace As Object 'Outlook.NameSpace
Can someone please tell me where I can find the functions, or how I can
determine where the functions are??