what I am trying to do is...
a macro was already created to import some information from paradox. Then a report is ran to print out some tags. What I am doing is creating a form that has 3 buttons on it one to call the macro, one to call the report to print the tags and of coarse the exit button. The macro was set up to delete the object and recreate it and populate it with new records. If I don't have it delete the object it will continue to create a new table (venttags1 , venttags2 etc each time I run it) then the report will not work because it is looking for the venttags table. So when I run it with the delete object it will give the an error that the table is locked. Whole story nothing but the truth!!!!
Can anyone help?
a macro was already created to import some information from paradox. Then a report is ran to print out some tags. What I am doing is creating a form that has 3 buttons on it one to call the macro, one to call the report to print the tags and of coarse the exit button. The macro was set up to delete the object and recreate it and populate it with new records. If I don't have it delete the object it will continue to create a new table (venttags1 , venttags2 etc each time I run it) then the report will not work because it is looking for the venttags table. So when I run it with the delete object it will give the an error that the table is locked. Whole story nothing but the truth!!!!