Home All Groups Group Topic Archive Search About
Author
1 Aug 2005 11:21 AM
pantelis
the data type of the field is general text.
You know the first one that automaticaly
displays the access.

Author
1 Aug 2005 11:39 AM
jinu
please chat with me at tomki***@yahoo.com

I am not understanding clearly what you are writing...
Author
1 Aug 2005 1:20 PM
Jeff Johnson [MVP: VB]
"pantelis" <pante***@discussions.microsoft.com> wrote in message
news:91B7BB16-C990-40D3-9B59-A95A9934A07B@microsoft.com...

> the data type of the field is general text.
> You know the first one that automaticaly
> displays the access.

Please don't create new threads to talk about the same problem; reply to the
original thread instead. Also, you have provided very little information
about your problem and from what I've seen it appears to be an Access
problem, so the whole thing is off-topic in a VB newsgroup.
Author
1 Aug 2005 3:19 PM
pantelis
thank you very much for your help
and i hope next time my question
be about basic

Ο χρήστης "Jeff Johnson [MVP: VB]" έγγραψε:

Show quoteHide quote
>
> "pantelis" <pante***@discussions.microsoft.com> wrote in message
> news:91B7BB16-C990-40D3-9B59-A95A9934A07B@microsoft.com...
>
> > the data type of the field is general text.
> > You know the first one that automaticaly
> > displays the access.
>
> Please don't create new threads to talk about the same problem; reply to the
> original thread instead. Also, you have provided very little information
> about your problem and from what I've seen it appears to be an Access
> problem, so the whole thing is off-topic in a VB newsgroup.
>
>
>
Author
1 Aug 2005 6:28 PM
Jeff Johnson [MVP: VB]
"pantelis" <pante***@discussions.microsoft.com> wrote in message
news:84A640F9-13BD-4036-B710-ACE384538331@microsoft.com...

> thank you very much for your help
> and i hope next time my question
> be about basic

Actually I did notice that you mentioned VB6 in one of your posts. Could you
show us the code behind your "find" button so that we can see exactly HOW
you're trying to find this record?
Author
5 Aug 2005 2:31 PM
pantelis
prompt$='enter the title'
searchstr$=inputbox(prompt$,"search")
'databasename'.recordset.index='name of field'
'databasename'.recordset.seek"=",searchstr$
if 'databasename'.recordset.nomatch then
   'databasename'.recordset.movefirst.
endif

This is the code from a book about learning
programming in vbasic

Show quoteHide quote
"Jeff Johnson [MVP: VB]" wrote:

>
> "pantelis" <pante***@discussions.microsoft.com> wrote in message
> news:84A640F9-13BD-4036-B710-ACE384538331@microsoft.com...
>
> > thank you very much for your help
> > and i hope next time my question
> > be about basic
>
> Actually I did notice that you mentioned VB6 in one of your posts. Could you
> show us the code behind your "find" button so that we can see exactly HOW
> you're trying to find this record?
>
>
>