J
James D Smooth
I am migrating the data and queries from an Access 2000 database over
to SQL Server, and am trying to save time by not rebuilding all of the
business logic that has been built into Macros, Forms, and Reports.
While executing one of the scripts it comes back with the following
error.
Run-time error '3251'
Operation is not supported for this type of object
A snipet of the code is:
MapFromDetail.Index = "MAP_FROM_AK"
MapFromDetail.Seek "=", FromResult
Is there any way that I can add another reference into my VB Library,
or are there other commands that can be used instead?
to SQL Server, and am trying to save time by not rebuilding all of the
business logic that has been built into Macros, Forms, and Reports.
While executing one of the scripts it comes back with the following
error.
Run-time error '3251'
Operation is not supported for this type of object
A snipet of the code is:
MapFromDetail.Index = "MAP_FROM_AK"
MapFromDetail.Seek "=", FromResult
Is there any way that I can add another reference into my VB Library,
or are there other commands that can be used instead?