Hi all,
I've been struggling to get a wildcard to work when trying to open a pdf within a web browser. I've pasted the code below i'm just trying to prove the concept before implementing it into the proper database so excuse the lack of a naming convention
WebBrowser20.Object.Navigate "O:\Spec_PDF" & Text4 & "-" & Text6 & "*" & ".pdf"
so i have a text4 which is a job number, text6 which is a version number, it is trying to display pdfs with the following naming convention ####-####-variable text.pdf
could somebody help ?
thanks in advance.
Andy
I've been struggling to get a wildcard to work when trying to open a pdf within a web browser. I've pasted the code below i'm just trying to prove the concept before implementing it into the proper database so excuse the lack of a naming convention

WebBrowser20.Object.Navigate "O:\Spec_PDF" & Text4 & "-" & Text6 & "*" & ".pdf"
so i have a text4 which is a job number, text6 which is a version number, it is trying to display pdfs with the following naming convention ####-####-variable text.pdf
could somebody help ?
thanks in advance.
Andy