I have completed a successful migration of an access database to SQL Express. Most things work fine in Access except when in a "Form" and using "Find" (CTRL+F) in a field & doing a search. It takes forever (over 5 mins) & in some cases crashes the database totally. Is all the users need to really do is search for old customers in the database & amend the records but they need to do that from the Access "Form" not enter SQL commands. For information purposes:
Windows Server 2022
Access 2019
Database Size = 1.6Gb (the reason to move to SQL backed)
23 Tables
Hundreds of reports, forms, queries
5 Users (Not very IT literate) so asking them to use a SQL command is out of the question
Some tables have 66000 records
I have read that creating a pass-through query would complete a search much quicker but that doesn't help my users amend records in an Access Form.
PLEASE HELP ANYONE I AM TEARING MY HAIR OUT! I'm not to Access literate myself so coding would be a bit out of my comfort zone.