Mental Posted November 24, 2006 Posted November 24, 2006 I have a table named "meds" that has a medication list. I would like to import these records into another table named "scheduler" on a daily basis. Is it possible to import files from one table to another in the same database?
IdealData Posted November 24, 2006 Posted November 24, 2006 Have you tested it? Even if you can't import, you would still be able to script it.
Mental Posted November 24, 2006 Author Posted November 24, 2006 I've tried to script it but no records import. If I try to import from an external file it works. What could I be missing?
IdealData Posted November 24, 2006 Posted November 24, 2006 Sorry, when I said script it I meant you would able to generate a script that would build new records from the (related) table. The Import function does not work because it is based on a FILE, not a TABLE. Of course, you could EXPORT and then IMPORT - and that could be scripted too.
Mental Posted November 24, 2006 Author Posted November 24, 2006 How do I create a script that would build from a related table? I can't do the import/export method because I need keep with HIPAA compliance and not have any non-password protected files lingering out there. Also, keeping with just one file keeps things organized in my world Any help would be GREATLY appreciated!!
Recommended Posts
This topic is 6574 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now