View Full Version : problem with strings


cliff7376
06-07-2002, 06:38 AM
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?