I have a DB that at some point I am going to compile and make a stand alone. I have a table which only I will update and will need to supply that file to clients from time to time. Should I place this table in it's own database so I can send just that file. Or is it pulled out of the DB automatically so that I can just send that one table (compiled) down the road and not mess any of their data? I hope that is clear. Currently all tables are in one DB while forms etc are in another. I am just concerned how will I update this one table as I receive the data which will be used by the rest of the DB.<br><br>Thanks