K
knut Peters
Hallo NG!
When a new Table is inserted into a database (using the command
createTblTest.... ) I have to start the program to be able to add new data:
rstTest.AddNew
rstTest.Field1 = "XYZ"
rstTest.update
Is there any way to initiate the new table to be able to add data without
restarting the program? What is my mistake?
Thanks in advance for your comments
Regards
Knut
When a new Table is inserted into a database (using the command
createTblTest.... ) I have to start the program to be able to add new data:
rstTest.AddNew
rstTest.Field1 = "XYZ"
rstTest.update
Is there any way to initiate the new table to be able to add data without
restarting the program? What is my mistake?
Thanks in advance for your comments
Regards
Knut