September 14, 200718 yr I just found out that my import/export functions are disabled when using IWP. Trouble is that my database has to have the ability to import a few files a day. It seems that the only way I could do this would be to have an "off-line" database that acts to import the required files and, at the end of the day, manually update the "on-line" database via IWP. The problem here is that more than one person will consistently be importing files to the database. This creates several complexities and organizational issues. Does anyone know a trick or a method that will make this import process less tedious (with IWP)?
September 14, 200718 yr 1. IWP user pastes csv (comma seperated) list into field as text. 2. Robot machine runs schedule via pause script probably. 3. Exports text field/s to csv file. 4. Imports csv file as records to specified table. Job done. Stuart
Create an account or sign in to comment