I am using an ODBC form generated by the wizard to access an SQL Server database using a Remote Data Control. I am able to run it fine when I click 'Run' in the Vb development . Then, when I compile and do a make file, use the Application Setup Wizard and run it from Start/Programs, first of all it does not retrieve any data. When I click on Add or Delete it gives me Run time error '91'. Any ideas why no data is retrieved and also why the run time error - is it because no resultset was generated? If so, any ideas why no resultset was generated? Nothing happens when I click on 'Refresh'.
Thanks.