> In a universe database I have a file Customers. > In an Access database I have some of the fields of that same file > as well, populated from the source universe file via a flat file > transport and import.
Have you not got ODBC available? > Now however I need to just update those rows that have changed. If you can link or import the dumpfile to Access then use the Query tool (wizard thing) to build an update query, you should be right. Unless you are doing something other than overwriting based on the primary key, you shouldn't need any code really. If you were to import the whole table from UV to Access you can use the New Query/Find Unmatched wizard to find differences. Hope that helps, Stuart ********************************************************************** This email message and any files transmitted with it are confidential and intended solely for the use of addressed recipient(s). If you have received this email in error please notify the Spotless IS Support Centre (61 3 9269 7555) immediately who will advise further action. This footnote also confirms that this email message has been scanned for the presence of computer viruses. ********************************************************************** -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
