Shawn,

Good to be back. Dude, the piece that you posted about importing a text file is exactly what I needed. However, that is only half of what I need. Can you demonstrate the same concept but inverse? ie.. Exporting

I created a blank "working" database, then exported the table and form from the Master database to the "working" database (definitions only, no data).

After the nurses enter data in their "working" database I need to be able to export those records in the table of the "working" database to a comma-delim text file then I can use your previous code to import that same text file into the same table in the master database.