Search results

  1. B

    Open Website in Chrome with credentials

    Hi I have a table with URL's and the matching login information, username and password. Is there a way in VBA when I click on a field to take the information open the URL in chrome enter username and password to login to the website ? Thanks
  2. B

    Compile Error

    HI Everyone, I have an access database that runs perfectly on one of my computers, when I copy the file to another PC I get a compile error and it looks like it's because I have an entry in a query : Date: Date() Both PC's run the same Access 365 version 2309. Please help Thanks
  3. B

    Looping through report

    Hi everyone, I have a report that I just want to loop through with a little wait time. The report shows errors in red so when I see the 12 pages I can see the error right away. As of now I have to hit the curser right button to loop through all the pages. Is there a way to do this automatically...
  4. B

    Save file in specific location

    I'm trying to save a file in a specific location on my hard drive. The location should be m:\Order acknowledgment\Customer name\Order number.pdf The customer name is in a field in my form "match" this varies also the Order number is in a field in the form under "Order number" This is my Code...
  5. B

    Extract a few words

    Hi Everyone, I have a query field with up to 10 words, I only want to extract the first 3 words, they are separated by space. How can i mange that ? Thanks Holger
  6. B

    add weekdays in query

    Hi Everyone, I'm new to this forum. I was looking for an answer but I couldn't find an easy way to solve my problem. I have a query and I try to add days business days to a date e.g if its a Friday I need to add 3 days instead of 1. Is there an easy way without VBA codes ? and if it's a VBA code...
Top Bottom