i want access to look up to see if a certain file that is my item ID is on my server. the way i was doing it was
If "\\st1\D\departments\engineering\BRAZING\" & txtItemID & ".doc" Then
txtitemID is the name of my text box value i want to use.
any ideas?
If "\\st1\D\departments\engineering\BRAZING\" & txtItemID & ".doc" Then
txtitemID is the name of my text box value i want to use.
any ideas?