... or could i just skip the first query altogether and just do
Application.FollowHyperlink "C:\PDF_name.pdf" where pdf_name would be 12345678901A? And more or less the same with the PO#... except I need to do a query to get the corresponding number to reference for the followhyperlink?
Can I...
input would be for example a string: 12345678901AB000123456789 or PO#1234567&ABC01234. If it is the first it would search 12345678901A on one table and display appropriate drawing. If it is the second it would search ABC01234 on the second table to get a 09876543210B. Using the 09876543210B...
Thanks...
I don't need to specify the parsed information to run the query on? This is what I have
[Sub Using_InputBox_Method()
Dim CI As String
Dim GP As String
Dim SP As String
'Scan for input, parse, and run query
CI = InputBox("Ready for Scan", "Scan Prompt") 'Set prompt...
Hi,
Having some trouble here. Basically I will be taking an input from the user. If that input begins with numerically run "This" query and if it begins alphanumberic run "That" query. And I want the result to display a picture. Need help. I've found bits and pieces about parsing, but I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.