Quote:
>Visual C++
>I am trying to open a table from acces database. If there is an empty space
>in the name, I can not open this table - I become an ASSERT(IsOpen()) in
>CDaoRecordset::GetPercentPosition(). If I remove the space from the name of
>the table, all is work correctly.
>Table Name = don't work
>TableName = work OK
>Is there any solution how open the table with the space in the name?
All my tables are space-free, so this is a bit of a guess: you may get
round it by putting the name in quotes.
Failing that, re-name the table.
HTH
Paul.
-------------------------------------------
Expressed opinions are usually my own.
Especially if they're any good (of course).
-------------------------------------------