Search results

  1. J

    MS Access database runs slower on SSD than on Spinning disc

    Hi The record source is a table not a query. The processor details for both machine are on the image below Thanks
  2. J

    MS Access database runs slower on SSD than on Spinning disc

    Did not make any difference except slightly slower
  3. J

    MS Access database runs slower on SSD than on Spinning disc

    Yes I do, and they open quick enough
  4. J

    MS Access database runs slower on SSD than on Spinning disc

    Default printer is set. Virus protection is TotalAV but ist was slow before I put that on the computer
  5. J

    MS Access database runs slower on SSD than on Spinning disc

    Wow that's a comprhensive answer. There are lock files for both the front and back end. It's all on the same machine. Access 2007 I don't want to upgrade as it integrates with Ms Office Oulook I am not in the OneDrive. Windows 10 Pro Thanks for the help Regards JEFF
  6. J

    MS Access database runs slower on SSD than on Spinning disc

    Thanks Same version Same number of Folders No Affinity
  7. J

    MS Access database runs slower on SSD than on Spinning disc

    Thanks. No I have not
  8. 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...
  9. J

    Missing acReport part of coding

    Thanks Do it anyway I will make up my own mind
  10. J

    Missing acReport part of coding

    Thanks DBguy
  11. 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...
  12. J

    Simple Code not working for me

    I feel a right dummy not seeing that. Thank you very much Majp
  13. 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...
  14. J

    In stock or Not in stock

    I would like to have posted you the feeder website but I get "Your content can not be submitted. This is likely because your content is spam-like or contains inappropriate elements. Please change your content or try again later. If you still have problems, please contact an administrator. Your...
  15. J

    In stock or Not in stock

    Thanks Doc_Man I Am probably in a different time zone to you, so I won't see this until tomorrow I have attached 2 other files to clarify. The website that is feeding is Is a typical product /item
  16. 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...
  17. J

    Me.WebBrowser0 on suppliers Field

    Thanks Edgar. I will give that a try over the weekend
  18. J

    Me.WebBrowser0 on suppliers Field

    The database has 676 records on a form called frmProductUpdater As you cycle through the records The browser Control shows the changing pages The page (The Page shown on the Browser Control) is changed by another field on the frmProductUpdater called txturl Hope that clarifies
Back
Top Bottom