hi! I receive such error "[Microsoft] [ODBC Driver Manager] DataSource name not found and no default driver specified" when I start form. The error appeared when I delete all Ado data controls from the form. what to do???
thanx!
Printable View
hi! I receive such error "[Microsoft] [ODBC Driver Manager] DataSource name not found and no default driver specified" when I start form. The error appeared when I delete all Ado data controls from the form. what to do???
thanx!
It sounds like you still have controls on the form that are referencing the deleted data controls.
If you aren't going to use the data controls anymore than you should unlink the controls by clearing the data source property of the controls.
Hope this helps.
:):)