Would this increase performance as in searching and loading of the data.
http://www.bullzip.com/products/a2m/info.php looks interesting. If you are going to convert your backend to MYSQL and then link your Access frontend to it, please let us know how it goes. I'm betting you'll have quite a story to tell.
Thanks sneuberg. Tried that app but there was some need to add an odb connector which i had no idea how to..
Operation failed: There was an error while applying the SQL script to the database.
Executing:
ALTER TABLE `database4`.`tbldelivery`
CHANGE COLUMN `DelID` `DelID` INT(10) GENERATED ALWAYS AS () VIRTUAL ;
ERROR 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') VIRTUAL' at line 2
SQL Statement:
ALTER TABLE `database4`.`tbldelivery`
CHANGE COLUMN `DelID` `DelID` INT(10) GENERATED ALWAYS AS () VIRTUAL