Search results

  1. isladogs

    Aptos Font Fix?

    Glad I could help. The Access team are currently investigating the various issues.
  2. isladogs

    Ghantt charts

    Aleksander provides free example apps for others to adapt.
  3. isladogs

    Ghantt charts

    Look at the video and example apps created by Aleksander Wojtasz for the Access Europe User Group https://isladogs.co.uk/aeu-31 EDIT: There are 2 sessions/videos. @amorosik has supplied the first and I’ve given the second. Both are excellent!
  4. isladogs

    Solved Funny sorting

    👍
  5. isladogs

    New member from Wiltshire, England

    Hi Steve Good to see you here
  6. isladogs

    Solved Funny sorting

    Re your screenshot in post #8, although unrelated to your (solved) sort problem, I would strongly recommend that you do not work with databases in any online storage such as OneDrive as it significantly increases the chances of corruption. OneDrive is fine for archiving databases but not as the...
  7. isladogs

    Aptos Font Fix?

    Both issues were reported to the A-team by Karl in April with a reminder early in August I'd not noticed problems with the cursor - only with descenders Using Beta 2510 19322.20006, I have just checked for cursor position issues using Aptos 11pt in a datasheet but cannot replicate your...
  8. isladogs

    Aptos Font Fix?

    The issue with truncated 'descenders' has been investigated by the Access team and appears to be fixed in Beta version 2510 build 19322.20006 I believe it only affected Aptos (Detail) 11pt - see https://www.isladogs.co.uk/bug-summary-2508/ So as a workaround you could change to e.g. 12pt or...
  9. isladogs

    Solved Funny sorting

    What is your default sort order setting in Access Options?
  10. isladogs

    RegExp Added to VBA Library with Office Version 2508

    Again that’s as expected … but thanks
  11. isladogs

    RegExp Added to VBA Library with Office Version 2508

    That’s exactly what I would expect as both are LTSC so the latest builds are still the same version numbers as you had originally.
  12. isladogs

    Access Europe User Group - Wed 1 Oct: High impact – Custom dialogs and mini-notifications (Marcus Dieterle)

    The next Access Europe User Group meeting will be on Wednesday 1 Oct 2025 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). For local times, please check World Time Buddy In this session, we are very pleased to welcome Marcus Dieterle from Germany Anyone who works with...
  13. isladogs

    Smart Domain Functions Builder

    Yes - I get the same error in 64-bit Access I've had a very quick look at the code and there are no APIs needing to be converted. There is nothing obvious in the Form_Open event that is triggering the error EDIT: Just figured out the problem The Detail section name is in (I assume) Egyptian -...
  14. isladogs

    Advice on how to improve query efficiency when Filtering on nvarchar(4000)

    For SELECT queries, indexing the filter / join fields will significantly improve performance. From my own tests anything up to 250 times faster.
  15. isladogs

    Solved Using ACCESS, WORD and OUTLOOK to send bulk E-Mails

    From the supplied help file:
  16. isladogs

    Solved Using ACCESS, WORD and OUTLOOK to send bulk E-Mails

    I tried using the code you supplied in post #8 but needed to change the With olMail section to With olMail .To = !MailAddress .Subject = !Subject .Body = tempBody .Send ' Use .Display for testing End With It didn't crash but I got error...
  17. isladogs

    Solved Using ACCESS, WORD and OUTLOOK to send bulk E-Mails

    In classic Outlook: Go to File | Account Settings | EMail Select an account and click Repair | Advanced Options then tick Let me repair my account manually and click Repair A dialog box opens with your incoming email settings including username, password server & port Click the Outgoing email...
  18. isladogs

    Solved Using ACCESS, WORD and OUTLOOK to send bulk E-Mails

    All the errors that can occur are explained in the accompanying help file. Click the Help button to view it. The easiest way of determining all the required settings is to view the email account details in Outlook. When does ‘it made no difference’ mean exactly when you reverted to classic...
  19. isladogs

    want to come to an online user group meeting?

    Perhaps try watching more of the video 😌. The first of 6 forms had a fixed line. The other 5 forms use combos to set the positions of the marker lines at runtime.
Back
Top Bottom