The database has an 'Index' built and is set to update 'immediately'
N.B. the database is currently only 'sitting' on my hard drive via the
'local' server. ALSO, it is trying to lookup a view within the same
database.
Does any of this sound familiar to anyone? Any guidance/tips would be
greatly appreciated.
Ta
Steve
.......
"Steve Griff" <sgrif...@js.renold.com> wrote in message
news:92b5d785.02031...@posting.google.com...
If I get it right the database does not reside on a server.
In that case forget the automatic update of the index. That's a server
task.
"Steve Griff" <sgrif...@js.renold.com> wrote in message
news:92b5d785.02031...@posting.google.com...
this message comes up when:
- your search key couldn't be found in the view (because no such entry
exists)
- your search key is not in _the first sorted column_ (it's a very common
fault doing @DBLookUp)
--
*********************************************
Cheers !
Stefan
stefan.d...@NO-SPAM-gmx.de
*********************************************
I've yet to prove it but I believe the problem to be simply because my
database does not yet reside on a 'Server', hence the automatic update
of the Index will not be 'working'. Especially considering that all
functions work once I 'refresh' the relevent view within
'Designer'i.e. After creating a new document, if I then go into
'Designer'and 'refresh', the lookup function then works OK on my last
created document.
Thanks again
Steve.
.........
maybe you forgot to mark the first column(s) of the view in which you want
to search for documents as sorted. @DbLookup only works on sorted columns.
Karsten
"Steve Griff" <sgrif...@js.renold.com> schrieb im Newsbeitrag
news:92b5d785.02031...@posting.google.com...