I'm using
Access 2002 (Office XP Developer) with SP2
Windows XP Pro
SQL Server 2000 on Windows XP Pro local desktop
I am new to Access ADP Projects, but a long-time Access developer since version 1.0. (I still run Access 2.0 on Win XP to maintain some old customers' apps.)
Using Access 2002, I have converted a simple Access 2000 MDB database to an Access Project using the upsizing wizard, fixed the VBA code to use ADO.
Everything seems to work properly (so far!) except that none of the upsized forms allow use of the Advanced Filter/Sort button. However, when I click on the Advanced Filter/Sort button I get this error:
--------------------------------
AncientCoins can't find the object 'dbo.Coins.'
*You misspelled the object name. Check for missing underscores(_) or other punctuation, and make sure you didn't enter leading spaces.
*You tried to open a linked table, but the file containing the table isn't on the path you specified. Use the Linked Table Manager to update the link and point to the correct path.
--------------------------------
In the ADP version of the database, I cannot find the menubar item "Records|Filter|Advanced Filter/Sort", though the button for this action *is* on the buttonbar.
All forms are based on MSSQL tables. Form navigation works fine, underlying tables are updatable, AllowFilters property is set True. I have substituted SQL views for tables as the form's RecordSource, but the same problem persists.
I found MSKB articles
269824 at and
264097 at which apparently don't offer any solutions.
Can anyone help? I'd like to have the same "build filters on the fly" functionality in the ADP that I had in the MDB version of the database.
Thanks for any help,
Charax
Access 2002 (Office XP Developer) with SP2
Windows XP Pro
SQL Server 2000 on Windows XP Pro local desktop
I am new to Access ADP Projects, but a long-time Access developer since version 1.0. (I still run Access 2.0 on Win XP to maintain some old customers' apps.)
Using Access 2002, I have converted a simple Access 2000 MDB database to an Access Project using the upsizing wizard, fixed the VBA code to use ADO.
Everything seems to work properly (so far!) except that none of the upsized forms allow use of the Advanced Filter/Sort button. However, when I click on the Advanced Filter/Sort button I get this error:
--------------------------------
AncientCoins can't find the object 'dbo.Coins.'
*You misspelled the object name. Check for missing underscores(_) or other punctuation, and make sure you didn't enter leading spaces.
*You tried to open a linked table, but the file containing the table isn't on the path you specified. Use the Linked Table Manager to update the link and point to the correct path.
--------------------------------
In the ADP version of the database, I cannot find the menubar item "Records|Filter|Advanced Filter/Sort", though the button for this action *is* on the buttonbar.
All forms are based on MSSQL tables. Form navigation works fine, underlying tables are updatable, AllowFilters property is set True. I have substituted SQL views for tables as the form's RecordSource, but the same problem persists.
I found MSKB articles
269824 at and
264097 at which apparently don't offer any solutions.
Can anyone help? I'd like to have the same "build filters on the fly" functionality in the ADP that I had in the MDB version of the database.
Thanks for any help,
Charax