Search results

  1. GPGeorge

    Access Pacific AUG: Eliminating Magic Numbers in VBA with Kim Young and Tom van Stiphout

    Please join us for our Monthly Chapter Presentation March 6, 2025, at 6:30PM Pacific (UTC -8) Kim Young and Tom van Stiphout have agreed to join in a discussion about preparing to take over an Access database from another developer. We’ll devote the last 10 minutes or so to your tales of...
  2. GPGeorge

    AP: Access Version Control Add-in with Adam Waller -Updated

    Please join us at the Access Pacific Chapter for our Monthly Presentation at 6:30PM Pacific (UTC -8) on February 6th, 2025. Adam Waller will join us to discuss his Access Version Control add-in. It's available at Adam Waller's Github Site Adam will lead a “Developers’ Walkthrough”, reviewing...
  3. GPGeorge

    Part II of Creating Add-ins that run in Access and Office with Geoffrey L. Griffith

    This month only, we will meet on the 2nd Thursday, January 9th, 2025 at 6:30PM Pacific (UTC -8) . In this follow up presentation, Geoffrey L. Griffith will lead us through the steps to create and deploy Com add-ins to enhance your Access relational database applications. Geoff will be covering...
  4. GPGeorge

    Creating Add-ins that run in Access and Office with Crystal Long and Geoffrey L. Griffith

    Please join us for our Monthly Chapter Presentation, December 5, 2024 , at 6:30PM Pacific (UTC -8) Crystal Long and Geoffrey L. Griffith will lead us through the steps to create and deploy Access add-ins and Com add-ins to enhance your Access relational database applications. Access is a great...
  5. GPGeorge

    Modern Access Interfaces: Form Resizing With Greg Regan

    Please join us Thursday, November 7, 2024, at 6:30PM Pacific (UTC -8) Greg Regan will present a form resizing solution to maintain your application’s appearance on low-resolution screens. In previous presentations for AUG chapters, Greg has demonstrated creative ways to improve your interface...
  6. GPGeorge

    Using cached ODBC connection in Access with single sign-on with Ron McCarry

    Please join us for our Monthly Chapter Presentation , at 6:30PM Pacific (UTC -8) Allow an Access application to connect to a SQL server database in such a way that only this one application can read/write to the database. Ron found quite a bit of information on using cached ODBC connections...
  7. GPGeorge

    AUG Pacific -- Adding & Removing Items (Immediately) to/from Ribbon using VBA with Adrian Bell

    Please join us for our Monthly Chapter Presentation, Sept. 5, 2024 at 6:30PM Pacific (UTC -7) It is generally believed that the Ribbons can only be updated by the user via the interface provided – or can be updated offline by tweaking the embedded XML data file stored within the AccDB. I plan...
  8. GPGeorge

    DBeaver — A better, free cross-platform database tool, with Kevin Bell

    Please join us for our Monthly Chapter Presentation August 1, 2024 , at 6:30PM Pacific (UTC -7) Building Dynamic Entity Relationship Diagram with DBeaver The adage “a picture is worth a thousand words” aptly captures the essence of an Entity-Relationship Diagram (ERD). Similar to this...
  9. GPGeorge

    What is a Framework and why would Access developers use one? with John Colby

    Please join us tonight. This presentation takes our discussion of classes and subclasses to the next level: a Framework or Library. Join John and bring your questions and ideas. Classes store all of the code and data about an object in one place. We usually store classes in the Front End...
  10. GPGeorge

    Trouble-Shooting Access Applications with Ben Sacherich

    Please join us for our Monthly Chapter Presentation June 6th, 2024 , at 6:30PM Pacific (UTC -8) You all know this story–you’ve lived it. Your Access relational database application has been working “fine” for a long time. And then one day it doesn’t. What happened? Why did it happen? Where do...
  11. GPGeorge

    Developing Solid Applications with Tom van Stiphout and Kim Young

    Please join us for our Monthly Chapter Presentation Thursday May 2nd, 2024 , at 6:30PM Pacific (UTC -8) Tom van Stiphout and Kim Young will draw on decades of experience creating and troubling-shooting rock solid Access applications. You’ll learn what you can do, and should be doing, to avoid...
  12. GPGeorge

    SQL Server Audit Tables with Kent Gorrell

    Please join us for our Monthly Chapter Presentation April 4, 2024, at 6:30PM Pacific (UTC -8) Kent Gorrell shares a new and intriguing method of creating audit tables in SQL Server. The best part is that no SQL Server triggers are involved and once it’s in place, the audit table automatically...
  13. GPGeorge

    Sharing Data with Users Outside Your Local Network, with Linda Ewen

    Please join us for our Monthly Chapter Presentation Thursday, March 7, 2024, at 6:30PM Pacific (UTC -8) In a world that is increasingly connected via the internet, sometimes the best way to accomplish a task is still to use the power of VBA and some long-familiar techniques for data sharing...
  14. GPGeorge

    POSTPONED: What is a Framework and Why Would Access Developers Use One? With John Colby

    Please join us for our Monthly Chapter Presentation February 1, 2024, at 6:30PM Pacific (UTC -8) Check out WorldTimebuddy to determine start time for your location. This presentation takes our discussion of classes and subclasses to the next level: a Framework or Library. Join John and bring...
  15. GPGeorge

    The Power of Sub Classes in VBA with Kent Gorrell

    Please join us for our Monthly Chapter Presentation January 4th, 2024, at 6:30PM Pacific (UTC -8) Kent will draw on his decades of experience providing solutions for his clients to share his insights into the Power of Sub Classes. Here’s an outline of what you can expect, in an Overview, a...
  16. GPGeorge

    Modify Word Document Properties with Access with Crystal Long

    Please join us for our Monthly Chapter Presentation , December 7, 2023 at 6:30PM Pacific (UTC -8) Word is a perfect compliment to Access; it can be automated using VBA. Word document properties give you a powerful way to substitute data that’s stored in Access. However, the user interface to...
  17. GPGeorge

    Access Pacific: Event Driven Programming with John Colby — Part II

    Please join us for our Monthly Chapter Presentation , November 2nd, 2023 at 6:30PM Pacific (UTC -7) Daylight Savings Time changes are beginning. John Colby will give us a more in-depth look at how he implements the classes introduced in his September presentation. In Part I, John introduced...
  18. GPGeorge

    The Problem That Is ChatGPT

    Why I do not trust ChatGPT
  19. GPGeorge

    Updateable Bound Forms with Denormalized Data with Pat Hartman

    Can you display and edit properly normalized data in a form which resembles a spreadsheet? Although it sounds impossible, it can be done with the right technique. Pat Hartman shares her method with us. She will show us the sample database containing two examples (using the same technique) of...
  20. GPGeorge

    Event Driven Programming with John Colby

    Event Driven Programming using classes can expand the power of Access applications. Long-time Access developer and author John Colby will demonstrate and explain using classes in your own applications. Events are the very essence of MS Windows and every application running on it. Think about...
Back
Top Bottom