by Jonathan Halder | May 28, 2025 | Blogging, MS Access, MS Access Features, MS Access Tables, MS Access VBA Coding
I have a couple clients now who had emails they wanted to either send out on a scheduled basis, like every Thursday, and/or when certain events occurred, like importing a certain type of file with certain types of part numbers, or a po is updated and causes a project...
by Jonathan Halder | May 27, 2025 | Blogging, MS Access
When I began my business doing consulting, the freedom was great. I could do anything I wanted whenever I wanted. No one was there to look over my shoulder to tell me what to do. I knew I had to deliver things, but it seemed that was always a job for “Future...
by Jonathan Halder | May 23, 2025 | MS Access, MS Access VBA Coding, Versioning
I have been playing a little bit with the SDOpenAI Access Add In. In particular testing what context is being sent to the API in different situations. When your cursor has nothing selected, the general chat context will send the current line your cursor is on. When...
by Jonathan Halder | May 22, 2025 | Blogging, MS Access, MS Access VBA Coding
The SDOpenAI Access plugin uses the OpenAI API to provide “tokens” which means the question or prompts that you use, and return results (again measured in tokens) from the OpenAI system. You are charged by the number of millions of tokens you provide to...
by Jonathan Halder | May 21, 2025 | Blogging, MS Access, MS Access Features, MS Access VBA Coding
So far, I have the SDOpenAI Access Plugin reinstalled and purchased and entered in the license number. Good deal. I was able to create a function header with a descriptive line of Public Function GetDateXDaysPriorToToday(days As Single) As Date with a single for days...