msaccesspatc
Registered User.
- Local time
- Yesterday, 21:49
- Joined
- Aug 26, 2012
- Messages
- 12
It's likely most anyone can help with this. I know very little but need to debug form/module. I have a form written by another person that converts a pipe '|' file to tab delimited. When i execute there's an error of 'Compile error: user-defined type not defined.
It highlights the 3rd line below shown here in red
Option Compare Database
Option Explicit
Public objFSO As New FileSystemObject
Public Function ConvertFile(tcFileIn As String, tcFileOut As String)
In reading some threads, it says that i need to remove the reference in tools>references, then apply (check off) the correct references. I have no idea which reference that would be to correct this compile error. OR,, maybe a change in reference is not the way to go. Just need a resolution to the error message received.
any help is much appreciated in trying to increase my access knowledge.
thanks
msaccesspatc
It highlights the 3rd line below shown here in red
Option Compare Database
Option Explicit
Public objFSO As New FileSystemObject
Public Function ConvertFile(tcFileIn As String, tcFileOut As String)
In reading some threads, it says that i need to remove the reference in tools>references, then apply (check off) the correct references. I have no idea which reference that would be to correct this compile error. OR,, maybe a change in reference is not the way to go. Just need a resolution to the error message received.
any help is much appreciated in trying to increase my access knowledge.
thanks
msaccesspatc