G
Guest
I'm using Accesss 2000 and trying to make use of some VB code to do file
searches. I understood that the VBA in Access 2000 was the full VB but I'm
getting syntax errors on these statements:
Event SearchStatus(ByVal CurrentFolder As String, Cancel As Boolean)
Event Found(ByVal FileInfo As File)
RaiseEvent SearchStatus(strPath, blnCancel)
RaiseEvent Found(clsFile)
searches. I understood that the VBA in Access 2000 was the full VB but I'm
getting syntax errors on these statements:
Event SearchStatus(ByVal CurrentFolder As String, Cancel As Boolean)
Event Found(ByVal FileInfo As File)
RaiseEvent SearchStatus(strPath, blnCancel)
RaiseEvent Found(clsFile)