J
Jörg Werner
I'm using ACC2000 and SQL Server 2000.
The main form uses three subforms. .
In the open event of the main form I set the current connection.
CurrentProject.OpenConnection ConnectionString
After that I want to assign the recordsources for the subforms.
frmSub1.Form.RecordSource = "sp_GetSomeData"
But it does't work. I always get the error message:
2101: the setting you entered isn't valid for this property
What's wrong?
Thanks
Jörg
The main form uses three subforms. .
In the open event of the main form I set the current connection.
CurrentProject.OpenConnection ConnectionString
After that I want to assign the recordsources for the subforms.
frmSub1.Form.RecordSource = "sp_GetSomeData"
But it does't work. I always get the error message:
2101: the setting you entered isn't valid for this property
What's wrong?
Thanks
Jörg