----- John Vinson wrote: ----
On Fri, 26 Mar 2004 19:56:08 -0800, "luisp
i hope someone can help me. I need to search thru a table to find a certain value, if it exist or not. can anyone help me??
Searching for data is exactly what Access is designed to do.
To get started, open the table (in what's called "datasheet" view)
select the field that you want to search and click the binoculars ico
in the toolbar. Type in what you want to search for
As you get more involved with Access you'll be creating "Queries"; yo
can base a Query on a table (or on several joined tables), and pu
"criteria" to select all of the records which match
Good luck with Access; if you have specific questions please pos
again
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=publi
Thanks John, i believe you're pointing me to the right direction. But i negleted to mention that i am looking for code on how to do a Querie on a table (as you mentioned). This is what I'm trying to do. I have a table of users who can use a program I'm writing, but i need to Querie the table to see if they have priveledges to use the program. Can you help me with this?