Search results

  1. J

    Web scraping in edge

    I actually have a code in access and I want to embed the scraping inside to fill something in the dasanase. I just need the text inside. The format doesn’t matter. I just want the string
  2. J

    Web scraping in edge

    Hi, Can you help me to find a code that scrape through a web page using edge browser. along with the needed libraries to do this.. Thanks a lot
  3. J

    Edit content takes forever

    The update fixed the issue Thanks a lot
  4. J

    Edit content takes forever

    I spasify the first form to open initially There is nothing in the load I just have few subforms that load automatically but loading the main form
  5. J

    Edit content takes forever

    The issue os caused when users press on “edit content” The access hangs and crashes is there any way to avoid this msg by writing a vba code or something I tried the setting but didn’t work
  6. J

    Edit content takes forever

    Insee Is there any way to all the content from the code
  7. J

    Edit content takes forever

    I downloaded Microsoft access database engin 2016 redistributable for 32 and 64 applications Could this be the issue?
  8. J

    Edit content takes forever

    Thanks for your reply The trusted network is added It used to work nothing changed in the setting what else could be the problem
  9. J

    Edit content takes forever

    Hello, I have two files One runs the code (interface) Otherone is for the database every time I enhance the interface I add the file in a share folder where everyone can get in save in their local machine I updated the interface this time I uploaded the file in the network When they open it...
  10. J

    Extract subform into excel

    This line is working fine except it brings all the subform (not the filtered one) What to put instead “?” To make it transfer only the filtered data in the subform DoCmd. Outputto ac outputform, ? , acformatxlsx
  11. J

    Extract subform into excel

    thanks for your reply Can you refer me to a link I didn’t try this method I was trying transferspreadsheet and outputto
  12. J

    Extract subform into excel

    Hi all, I have two subforms in one main form Once you click on a field in subform1 it filters the results in subform2 I want to extract the resulted data in subform 2 in excel as is (as showing in the form) i tried many things but it didn’t work. Can you plz help
  13. J

    Long html code

    How to deal with “” inside Like this one <body> <font size = "1" The code expects that the string ended I have many of them
  14. J

    Long html code

    Hi, I am struggling with a very long html code that I want to use in the email body But I got issue due to the length and the format as inside it there are a lot of “” which cause issues any suggestions how I can handle this ?
  15. J

    Access background execution

    Many thanks for your help
  16. J

    Access background execution

    Very nice I like this..very helpful One last thing, you said “automatically” Is there away to schedule an event yo be run automatically in certain times
  17. J

    Access background execution

    Thanks for your time.. actually sharepoint has limitation in the size therefore I need to download them in a share folder. In the even of closing the requests, the files are being copied. If I am creating another database to handle this in which event you are proposing to put the code in?
  18. J

    Access background execution

    So the code is to copy the attachments and paste them in another share folder. Most of the delay is coming while downloading the attachments from sharelist. Maybe I am not understand your suggestion. But if I create another Db, i will need to take the attachments from that list anyways.. right?!
  19. J

    Access background execution

    In that list: the users make requests and attach some forms within the request. And in access I am creating an interface for administrators to manage the requests
  20. J

    Access background execution

    i see.. I am afraid I can’t as I am connecting to one sharepoint list any other thoughts? Anyone?
Back
Top Bottom