Switching database
It is highly likely that at some point, you’ll want to move your logger forms to a new database. To do this, you will need to copy across all of your UDF_ tables, and also your Lookup table.
Do NOT export the tables as CSV or other text files, or they will lose important format information. Instead, open both your old and your new database and copy the tables across using the database software.
If you’re using and sqlite database and SQLite Studio software, then this is straightforward using mouse driven copy-paste operations, so long as both databases are open in the same instance of SQLite Studio.