jeffreylewis
New member
- Local time
- Today, 22:01
- Joined
- Sep 17, 2020
- Messages
- 15
In Ms Access 2007 32 Bit
Windows 10
I am trying to extract data from a website that updates 2 fields on a regular basis.
I have created a form which has a large Microsoft Web Browser Control called "WebBrowser0"
and a field with the url called "URL
I am able to get the Microsoft Web Browser Control to load and display the website correctly.
The Form also has 2 other fields called.
"quantity"
"showPrice"
I would like to extract data from the website showing in the Microsoft Web Browser Control
And put it into the 2 fields "quantity" and "showPrice"
The source on the webpage is:
<div class="quantity">Qty <input name="Quantity" type="text" value="1" maxlength="3" /></div>
<strong class="showPrice" style="">THE PRICE APPEARS HERE</strong>
Can anyone help?
Getting desparate
Windows 10
I am trying to extract data from a website that updates 2 fields on a regular basis.
I have created a form which has a large Microsoft Web Browser Control called "WebBrowser0"
and a field with the url called "URL
I am able to get the Microsoft Web Browser Control to load and display the website correctly.
The Form also has 2 other fields called.
"quantity"
"showPrice"
I would like to extract data from the website showing in the Microsoft Web Browser Control
And put it into the 2 fields "quantity" and "showPrice"
The source on the webpage is:
<div class="quantity">Qty <input name="Quantity" type="text" value="1" maxlength="3" /></div>
<strong class="showPrice" style="">THE PRICE APPEARS HERE</strong>
Can anyone help?
Getting desparate