I don't really see a problem with it. My concern would be that, moving forward, MSFT would stop supporting it in newer versions of Access. Right now you have the time to move at your own pace to replace ULS. If you're forced to do so by a change in Access, you could be in for some problems.
What are you using ULS for?
If you're using it for data security, then I'd suggest moving to a more secure database system, like SQL Server, and using the security mechanisms of that platform to manage security. That can sometimes require some serious restructuring depending on your coding style and data usage policies. If you haven't followed proper client-service techniques - for example, if you base your forms on Tables - you would have to make changes to only pull the information you need, based on user input. For more information on doing this see Armen's excellent article titled The Best of Both Worlds: Access-SQL Server Optimization.
If you're using it for user navigation - like UserA can open FormB, but not FormC - then consider creating your own form of user navigation (or use Peter's Software excellent LASsie system).
Hans has answered your linked table question, so I won't repeat his excellent advice.