Access , Excel VBA Samples and Wordpress Plugin Posts
-
Course Status

After integrating AI into my golf club’s website, I noticed a recurring question from users: “Is the course open today?” While we use BRS Golf to notify members of the course status, this system often misses visitors or members who have opted out of emails. To bridge this gap, I developed a simple Course Status…
-
Logging AI Queries

You need to implement a process for logging AI Queries. This will allow you to enhance your content or finetune the Vector Store to ensure you are generating responses for your customers. Using Open AI the system already logs the question and the response. If you have your own OpenAI account you will have the…
-
Using AI in your Business
Building your own AI Model I’ve been working with OpenAI and AI Engine for WordPress to create an AI assistant that answers questions using only our own content. That content includes: Technical manuals, Internal PDFs and Website and help materialThe important part is trust, the AI cannot pull answers from the internet or make things up.Every…
-
Alice in Wonderland
I have recently started to use AI on this site and restricted it to the content of my blog posts or pages. IF you navigate to home you can test out my AI. As a test I have created a new bot and used loaded the text from Lewis Carroll which are public-domain works. I…
-
Auto Creating Continuous List forms

Often when analysing data , I import the data into access and use this code to make a list forms from the tables in my access database. The code will read all the fields from the tables and allow a user to set focus fields in the table. These focus fields are given an order…
-
List of all fields in an Access Database
I use this code to make a table which lists all the tables in an access database with the field names. I used this table as the source for making both Record and List form views. Details of the code for these other forms are listing in later posts VBA Function ; list of all…
-
Easy Method to Maintain Hole Sponsors

In our club we needed an easy method to maintain hole sponsors, as part of our sponsorship program we added a short-code to display their social media / logo and other details on the results page. We also maintain a page with a full listing of the sponsors. On the sponsor configuration we specify the…
-
Lotto Ticket Generator

A few users have asked for a working sample of the lotto ticket generator. This code normally requires a user to be logged into to word press to be able to generate a ticket. This is a working version the you can test without logging into wordpress. I have disabled the email option on this…
-
Competition Listing Plugin
I created a competition listing plugin for WordPress to allow our club to list the upcoming competitions and if the event was sponsored link it to the predefined sponsor. To use this plugin you will need to add the Sponsor Plugin The plugin will only list competitions in the future and if you have a…
-
Adding Sponsors details to your Wordpress Posts

If you’re running a club or organization and working with sponsors, you know how important it is to keep track of their details. Whether you’re adding sponsors details to your posts, newsletters, or website content, it can get a little overwhelming trying to manage all the contact info and social media links. That’s why I’ve…




