Search results

  1. A

    Emmanuel Katto Dubai : How to Create Professional Form Styles in Access

    Now we know where the AIs get their knowledge from... :ROFLMAO: ;)
  2. A

    Unable to create .accde

    'Decompile/Compact' the accdb first can help too.
  3. A

    Solved Pass Parameter from Form to Report

    You are passing your criteria to the parameter 'WindowMode' of 'OpenReport'. So check the commas.
  4. A

    Access Not Using Default Database Folder

    Asked by the same user... ;)
  5. A

    Revert "New" Outlook to Old

    The lack of security updates after 2025-10-14 can/should tempt you to get a new version of Office...
  6. A

    Solved Datasheet: Different back colors for columns and alternate row colors

    Hi Philipp, unfortunately there seems to be no built-in indicator/constant in conditional formatting syntax representing the row to be formatted. But if you could provide a column with an ascending number somehow in your forms recordsource, then you could use this approach. Given a column...
  7. A

    MS Access

    I rather understood Pat to mean that Microsoft Access was installed, but unfortunately it is not displayed prominently in the Start menu like the other applications, but in a sub-section 'More' and Microsoft seems to be increasingly 'ignoring' Access...
  8. A

    Understanding form event progression

    And in the next stage of programmer enlightenment, you also remember how to fix it... :cool:
  9. A

    Database slow on terminal server running Access Runtime

    What does it look like when you use a Runtime locally on a client? Maybe it's the runtime in general? Have you compared the patch level (Microsoft Access version/build) of your Access full version with that of the runtime used?
  10. A

    Notify user after completion - FlashWindowEx

    Private Const FLASHW_STOP = 0 'Stop flashing. The system restores the window to its original state. Private Const FLASHW_CAPTION = &H1 'Flash the window caption. Private Const FLASHW_TRAY = &H2 'Flash the taskbar button. Private Const FLASHW_ALL = (FLASHW_CAPTION Or FLASHW_TRAY) 'Flash both the...
  11. A

    VBE custom code colors (syntax highlighting)

    Thanks for the answer, I compile and save too often rather than too little and do not have the problem described. But for the back of my mind, I'm interested to know if there is any insight into the setting mentioned.
  12. A

    VBE custom code colors (syntax highlighting)

    Have you received any further information on this setting? How were your trials?
  13. A

    Solved Managing SQL Server Logins in MS Access Frontend

    Thanks @Josef P. , thats annoying.
  14. A

    Solved Managing SQL Server Logins in MS Access Frontend

    It looks like my suggestion has been completely deleted. Thank you Microsoft.
  15. A

    Solved Managing SQL Server Logins in MS Access Frontend

    Forgot to post the link: https://feedbackportal.microsoft.com/feedback/idea/051eedaa-5068-ef11-a4e6-000d3a02a3a1
  16. A

    Solved Managing SQL Server Logins in MS Access Frontend

    Done. But we all should do that, or second my request. ;)
  17. A

    Solved Managing SQL Server Logins in MS Access Frontend

    Maybe the Access team would add a procedure like 'ClearCredentialCache'?
  18. A

    Insert entry in table with only default values

    Your table has no primary key?
  19. A

    Custom event whine

    This could have been written by me... :) (y)
  20. A

    Custom event whine

    Perhaps you have decompiled and compacted your database file in the meantime? This cleans up some stuff. It wouldn't be the first time this has been a cure for fancy problems.
Back
Top Bottom