Hi Guys,
One of my forms just wont work when my programe is installed and ran on other puters.
The connection string I set for the ADODC in its properties is
PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=sbt.mdb;
This works on the machine im making the app in but no other the form will simply open but there are no records , it seems like the database connection is not being made.
1 error message I get when i try to add a record is Object Varaible or With block varaible not set
Any thoughts appreciated.
Thanks again
C
One of my forms just wont work when my programe is installed and ran on other puters.
The connection string I set for the ADODC in its properties is
PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=sbt.mdb;
This works on the machine im making the app in but no other the form will simply open but there are no records , it seems like the database connection is not being made.
1 error message I get when i try to add a record is Object Varaible or With block varaible not set
Any thoughts appreciated.
Thanks again
C