Hi,
I have recently built a small app using Access 2000. I need this app to run on an NT machine running Access 97. I am having all sorts of problems. I have "fiddled" with the references and overcome most of the errors but still have a major one. It is a data access issue.
This is the code that just won't compile. (I know the dim is poor programming)
Dim oConn
Set oConn = CurrentProject.Connection
I am very knew at this type of programming and don't quite understand what the problem is.
Really appreciate any help.
I have recently built a small app using Access 2000. I need this app to run on an NT machine running Access 97. I am having all sorts of problems. I have "fiddled" with the references and overcome most of the errors but still have a major one. It is a data access issue.
This is the code that just won't compile. (I know the dim is poor programming)
Dim oConn
Set oConn = CurrentProject.Connection
I am very knew at this type of programming and don't quite understand what the problem is.
Really appreciate any help.