I ask Copilot, it said it could handle that much but cannot open an accdb. It recommends giving it .bas/.cls uploads. As for speed I think you would have time to make a nice dinner for all your friends while it works on it.
Which American? New York, South New Orleans, Florida, Midwest, Wisconsin, Michigan UP, South West, East cost Broadcast TV. They are all speaking in tongues.
I can't fine the original link but if you continue questioning your AI you will get to something like the following.
Connection Scope:
sp_setapprole applies only to the current connection.
If Access opens new connections (e.g., for linked tables), you may need to re-activate the role for each...
Copilot and ChatGpt.
I upload the text files generate by the Joyfullservice source control add-on.
You could also copy and paste.
Small code, copy and paste otherwise download.
I have been using it as a linter and for code review to refactor my code. Once it has my code I can ask specific questions for development. Also upload a document describing your coding standards.
You can implement version control for Access. It then becomes trivial using the built-in compare functions.
I am using the following
1) Joyfullservice to export objects from Access to text files. https://github.com/joyfullservice/msaccess-vcs-addin
2) Git for Windows. linked to Git Hub...
This from CoPilot.
ME > Is a 2021 ltsc office license legal to sold and used by individuals?
Here’s the clear, grounded answer based on what Microsoft publicly states and what your question implies.
🧩 Is an Office 2021 LTSC license legal for individuals to buy and use?
Short answer:
Office...
If I use the OP's original date format DD/MM/YYYY in the immediate window.
?#29/12/2025#
12/29/25
Entering that format in the query window, Access converts it to US (On my US computer).
?dlookup("[RevDate]","feRevision","[RevDate]=#29/12/2025#")
#12/29/25#
Note the day must be > 12 for...
I would add a explanation why checking a range of dates on date columns with possible time is needed.
"CheckIn >= #12/29/25# AND CheckIn < #12/30/25#"
The time parts starts with 0 at midnight so a range of dates including the start date and excluding the end date will get all the times in the...
I found that when working with AI and Access is to keep reminding it that you are looking for Access specific solutions. It tends to drop into VB or VB.Net type answers.
The Last One's Law of Program Generators.
A program generator creates programs that are more "buggy" than the program generator.
Peer's Law
The solution to a problem changes the problem.