I have an Access 97 app (not written by me) in which there is a macro that calls a VB function. This function uses a file containing folder names to pull in data from a fileserver into local tables. If I run this app on my PC I receive the "Operation Complete" message at the end of the function, but no records have been placed in the local files. If I run it on a different PC then the macro runs, it flips to the tables tab and higlights the different tables and records are pulled in. Running debug steps thru the function, but still no records are placed in the local tables.<br><br>Does anyone know how I can find out what is causing this: dll mismatch (I tried to match up the dll and ocx versions, but it didn't help), or ???? I am a Unix Oracle DBA, so I can't say I'm a PC expert, much less Access. <br><br>Thank you!