Group: microsoft.public.access.queries · Group Profile · Search for Parenthasis in microsoft.public.access.queries
Author: Jeff Boyce
Date: Jan 11, 2007 16:07
Hi Jeff, My big problem right now is that I don't know how to find the line in the file that holds the part number. I've been attempting to loop through the file looking for a parenthasis, but I haven't figured out how yet. For Each strFile In colFiles strPath = Left(strFile, InStrRev(strFile, "\")) 'Close intFile 'Close strFile Open strFile For Input As
|