Recent content by CJ_London

  1. C

    Solved Attache files from Subform in main form to Outlook

    Please use the code button - <> - to post your code, this will preserve indentations and make it readable
  2. C

    Batshit Bonkers Brittain

    I think it is just the logo. Reminds me of (I think) Amazon which move one of its letters by a pixel
  3. C

    Two nations divided by a common language.

    Another good myth ruined ☹️
  4. C

    Access vs Comercially available databases

    It's probably at a different scale to your requirement but a number of years ago I wrote a commission/bonus system for a large company in Access - it paid around 2000 sales, support and line managers and was managed by two full time support staff. New senior management were concerned about the...
  5. C

    Two nations divided by a common language.

    When I was a kid, there was a children’s program(me) called Captain Pugwash. I can’t remember all the characters names but the two I do recall were Seaman Staynes and Roger the cabin boy. Didn’t appreciate the double meaning until I was older and I guess the BBC wasn’t so hot on appropriate...
  6. C

    Slow Access via LAN and windows 10

    try physically swapping with a ‘good’ computer, if the problem persists it implies a computer problem, if it doesn’t, a network problem Also compare memory usage- perhaps the problem computer has a lot more apps open
  7. C

    Two nations divided by a common language.

    The margherita pizza was named after an Italian queen and the colours of the ingredients represent the colours of the Italian flag There are more localised versions of Asian food - I believe the Chinese chow mein was invented in San Francisco, the Indian tikka masala in the uk for example
  8. C

    Need Help Regarding vba code

    18 posts in and no helpful useful response from the OP to be to enable a possible solution to the extent we are now well off topic
  9. C

    Need Help Regarding vba code

    Which? One word answers will not get you very far. Vague to say the least and does not answer the question If you are struggling with English, write your responses in your native language then use an online translation service to translate to English
  10. C

    What's your best/worst joke?

    A 96-year-old woman's note to her bank! Priceless! :geek: The following is an actual letter that was sent to a bank by a 96 year-old woman. The bank manager thought it amusing enough to have it published in the New York Times. ---------------------------- To whom it may concern, I am writing...
  11. C

    Need Help Regarding vba code

    I don’t know - I’m asking you If you are saying it is open 24/7 what happens with windows updates which require a reboot of the computer and do you have a UPS for computer and printer
  12. C

    Need Help Regarding vba code

    Before suggesting code - is the db opened every day of the year? Including Xmas day? Or is it open 24/7? And is the machine that hosts the FE on all the time and doesn’t go into sleep mode Reason for asking is you need a trigger to start the code which might when the db is opened, or a timer...
  13. C

    download invoice documents from Amazon - possible?

    Many thanks for the responses. Further research - there are three 'methods' of connecting to Amazon, depending on your type of account - Marketplace (selling), Business (buying) and web services. I need Business and the link I provided was to do with Marketplace so has to be discounted as a...
  14. C

    download invoice documents from Amazon - possible?

    Does anyone know if it is possible to download purchase invoices from Amazon to be stored in a windows folder? I found this link https://developer-docs.amazon.com/sp-api/reference/getinvoicesdocument so looks like it is possible - a two stage process to get the document ID's (for a given...
  15. C

    I need the minimum value among 5 different fields in one record

    Use a filter on the company table in the query you use to populate the form Edit - to create the field, you go into table design
Back
Top Bottom