T
TimmyRAB
just changed from 2003 to 2007, my access program has a vba string like:
Set fs = application.filesearch
With fs
.Lookin = (my file location)
this causes a debug error when I click on my run button, and states that
this is an invalid string. any suggestions?
Tim
Set fs = application.filesearch
With fs
.Lookin = (my file location)
this causes a debug error when I click on my run button, and states that
this is an invalid string. any suggestions?
Tim