want to come to an online user group meeting?

Microsoft Office 2024 Released - Daniel Pineault (13:12)
 
Dive into relationships and indexes in Access and SQL Server
Access Express Australia: Access and SQL Server Relationships + Indexes, bitwise AND (1:07:43)
 
the Monaco SQL Editor is now a default option unless you explicitely turn it off in Access Options, if you're using a version of Access its supported in and a trusted database. What are the benefits and disadvantages of Monaco?

AL: Monaco SQL Editor for Access with Maria Barnes (1:03:31)
 
thinking about migrating an Access back-end to SQL Server? Here are good considerations and things to do for planning.

Tip: something you can do in Access right now is use dbSeeChanges for options when you open a recordset in code or run action queries. It has no effect for Access, but must be used for SQL Server.

Also, realize that Access gets an Autonumber value right away but SQL Server only gets a value after a record is saved. So if you're getting the value in code, after you UPDATE, set rs.Bookmark = rs.LastModified and then grab it.

AEA: Migration Planning - Access to SQL Server with Kent (38:26)
 
AP: Creating Add-ins that run in Access and Office w/ Crystal Long & Geoffrey L. Griffith, hosted by George Hepworth @GPGeorge
Part I - Access Add-in (33:04)
 
AP: Creating Add-ins that run in Access and Office w/ Crystal Long & Geoffrey L. Griffith, hosted by George Hepworth @GPGeorge
Part II - COM add-in using VSTO (1:10:03)
 
Fun Access song with a good beat, great music and video. To see captions, click "CC" below the video. To change the language, click the settings cog icon to the right of "CC" and change language for "Subtitles/CC". Song is in Spanish but you can pick English for captions, or auto-translate to another language.
Access Hero, by Juanjo, Juan José Luna Aleixos 🌙

screenshot with CC and Settings cog below video:
iYouTube CC, Settings cog, Access Hero.png


iYouTube Settings cog, English.png


English!
iYouTube CC English, Access Hero.png
 
Last edited:
2 user group meetings coming up about developing COM add-ins. First is Wednesday with Philipp Stiefel @sonic8 for Access Europe with Colin @isladogs -- then Thursday is George's @GPGeorge Access Pacific group with Geoff Griffith. Both are amazing.

Wednesday January 8

6 pm UK, 1 pm USA Eastern, 12 noon Central, 11 am Mountain, 10 am Pacific

Access Europe – Developing COM Add-Ins for Microsoft Access - Philipp Stiefel @sonic8


Thursday January 9

6:30 pm Pacific time, 7:30 pm Mountain, 8:30 pm Central, 9:30 pm Eastern
UK: 2:30 am Friday morning

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

 
Last edited:
Are you using JSON? Or do you want to know more about using Collections and Dictionaries? This is an excellent presentation by Maria Barnes, Neil Sargent, and Leo @theDBguy
 
Two great presentations on developing COM Add-Ins

Philipp Stiefel @sonic8 presents for Colin's @isladogs Access Europe group (1:11:51)

Geoffrey L. Griffith presents for George's @GPGeorge Access Pacific group (1:31:17)
 
Crystal,
Congrats on getting your MVP again. (Just saw the info in the AUG JSON [Maria,Neil,theDbGuy] video in #168).
Jeez for a second I thought Musk was retracting MVP statuses randomly.
 
Great knowledge for JSON!

part 1:
AL: Using Dictionaries and Collections to work with JSON in Access: Maria Barnes, Neil Sargent, Leo @theDBguy (1:03:47)

part 2:
AL: Parsing Data using JSON and VBA in Access, Neil Sargent and Leo @theDBguy (1:00:11)
 
adding on the the recent JSON presentations, this shows an Access application you can download to try for yourself and how to read AND write using a web API
AL: Get and Post with JSON using Microsoft Access and VBA by Neil Sargent (+Leo @theDBguy) (28:42)
 
Classes eloquently and simply explained by Anders (theSmileyCoder) for Access Europe hosted by Colin @isladogs

AEU38: Using Class Modules in the Real World (Anders Ebro)​

57:08


download the presentation incuded the elegant example database, and read the decription on Colin's site here:
Class Modules: How, Why and When To Use Them in the Real World (Anders Ebro)
https://www.isladogs.co.uk/aeu-38/
 
Last edited:

AEU39: Update, update . . . the company is in a state! (Karl Donaubauer)​

by Karl Donaubauer for Access Europe hosted by Colin @isladogs , about best practice in handling Office and Windows updates (1:04:53)
 

Users who are viewing this thread

Back
Top Bottom