jeffreylewis
New member
- Local time
- Today, 03:52
- Joined
- Sep 17, 2020
- Messages
- 10
Hi
The 429.00 in the code below represents the current price on a suppliers website.
The Me.txtprice_Net is my field on my Access 2007 database
I am at a loss to get the code below to tell me when there has been a change.
Most grateful for any help.
Best Regards
Jeff
Private Sub CmdMMPriceUpdater_Click()
if Me.txtprice_Net = Me.WebBrowser0."£429.00</strong><span class="vat-holder">EX <br />VAT</span></div>" then
MsgBox "No Change", vbCritical, "STOP"
Exit Sub
End Sub
The 429.00 in the code below represents the current price on a suppliers website.
The Me.txtprice_Net is my field on my Access 2007 database
I am at a loss to get the code below to tell me when there has been a change.
Most grateful for any help.
Best Regards
Jeff
Private Sub CmdMMPriceUpdater_Click()
if Me.txtprice_Net = Me.WebBrowser0."£429.00</strong><span class="vat-holder">EX <br />VAT</span></div>" then
MsgBox "No Change", vbCritical, "STOP"
Exit Sub
End Sub