A
a
Hi All
I post this question to many forumus
How can i search open web site by code from access 2003
Example
If you have a web site like www.Yahoo.com
I have access2003 form and command button and 2 string
What I want:
When pressing the access 2003 command button
The code search on the open web site (yahoo.com)
And if find the value assign 1 to a variable SearchResult
Command_1_click
Dim StringSearchTheWeb
StringSearchTheWeb = "value you want search here"
' if the code find the value of StringSearchTheWeb assign 1 to the variable
Dim SearchResult As Integer
' web site is already open
'
Here your code to search the open web site
After finish searching and find exact result assign 1 to variable
SearchResult
Notes:
I don't want use find dialog box appear I want working in a hidden mode
Thank you for all your help
I search the web msdn all forums i don't reach any answer until know
I post this question to many forumus
How can i search open web site by code from access 2003
Example
If you have a web site like www.Yahoo.com
I have access2003 form and command button and 2 string
What I want:
When pressing the access 2003 command button
The code search on the open web site (yahoo.com)
And if find the value assign 1 to a variable SearchResult
Command_1_click
Dim StringSearchTheWeb
StringSearchTheWeb = "value you want search here"
' if the code find the value of StringSearchTheWeb assign 1 to the variable
Dim SearchResult As Integer
' web site is already open
'
Here your code to search the open web site
After finish searching and find exact result assign 1 to variable
SearchResult
Notes:
I don't want use find dialog box appear I want working in a hidden mode
Thank you for all your help
I search the web msdn all forums i don't reach any answer until know