You have a few different ways of searching a database. You can use the
Findfirst method or you can use SELECT statements. Because there are
numerous ways of using these functions, I recommend you search your help
file on both for syntax and example source on these. You will want to read
up on using these to better understand how to use them.
--
Sincerely,
Todd B - CEO - Agendum Software
http://www.AgendumSoftware.com | Mailto:To...@AgendumSoftware.com
(608) 837-6736 (419) 821-9599
"kkkhencz" <kkkh...@netzero.net> wrote in message
news:O78C8dIkAHA.2172@tkmsftngp02...
> I am trying to make a simple translator program, I have made a Database
and
> have a blank form for the interface, but I need to learn how to search my
> database.
>
> I have a database with 1 table with 2 fields and I want to be able to
search
> the table with info taken from the form.
>
> What is the code to search a database?
>
> Thank you all for your time,
>
> Kody
>
>
>
>