Search results

  1. J

    MS Access database runs slower on SSD than on Spinning disc

    I have just bought a more modern computer Dell 7050 with 1 terrabyte SSD disk running Windows 10 split into "C" and "D" drives It has Intel Core i7 @3.50 ghz and 64GB RAM My 12 year old Dell Prescision had 0.5 terrabyte Spinning disk running Windows 10 split into "C" and "D" drives 32GB RAM and...
  2. J

    Missing acReport part of coding

    Hi Guys. I have just changed computers from a Dell prescision T7500 running windows 10 To Dell Optiplex 7050 small form also running windows 10 It is lightning fast and runs all my legacy programs without problems. However on the Dell Optiplex 7050 I also I have Ms Access 2007 db which runs...
  3. J

    Simple Code not working for me

    Hi Guys Can anoyone see what is wrong with this code? Its showing the message box every time even on the good urls and does not Exit Sub as required Thanks Private Sub CmdView_Click() On Error GoTo ErrorHandler Application.FollowHyperlink txtUrl ErrorHandler: MsgBox "Dodgy Url Link on...
  4. J

    In stock or Not in stock

    The attached file is the current event coding on a Browser-form which reads a suppliers items whether they are in stock = 1 whether they are Not in stock = 0 There must have been a change some 2 days ago because for the last 6 years it worked perfectly As I see it either: The supplier's...
  5. J

    Me.WebBrowser0 on suppliers Field

    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...
  6. J

    Accessing the Ebay API

    I have created the Ebay API keyset And I have a question about accessing the Ebay API I have a field/control called txtInStock on a form. This alters according to when the item is in stock or out of stock txtInStock = 1 means the item IS IN stock. txtInStock = 0 means the item IS OUT OF stock...
  7. J

    Get two bits of Data from Microsoft Web Browser Control Access 2007

    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...
Back
Top Bottom