Forum Moderators: phranque
Some things are not easy to replicate (we're switching from Access on work stations and using replication to synchronize to a browser-based interface accessing an online database), but there are also features that I can offer with PHP/MySQL that I just couldn't offer easily with Access (i.e. each user has a page that lists the last ten searches they did and the number of results returned. I'm sure I could do this with VBA, but I have no idea where to begin).
If you read my posts regularly, you may know that one issue we've had is a hodge-podge of character encodings in the Access DB, which is the only real hitch we've had in conversion.
Conversion script just finished running - got to go.
Good luck,
Tom
The only gotcha is the lack of support at the moment for Windows, though it is coming soon. MySQL otoh has a great many gotchas, it is not standards compliant, its joins are a mess, no stored procedures (except in the new, not yet stable versions)...