How to Quiery a table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

can anyone help me? I need to know how to quiery a table and search for a variable in a table. i don't want to use a windows "FIND method. HELP!!!!!
 
WIthout more information, I would suggest you search Help on Parameter
Queries.

--
Duane Hookom
MS Access MVP


luis said:
can anyone help me? I need to know how to quiery a table and search for a
variable in a table. i don't want to use a windows "FIND method. HELP!!!!!
 
ok, here is more information. i have a table of user names and i have user logging into an access program i made. Now i want to quiery a table in order to see if they are on the user list for them to access the program. How do i queiry a table? HELP!
 
Can you share some table and field names as well as how you "have user
logging into an access program"?

--
Duane Hookom
MS Access MVP


luis said:
ok, here is more information. i have a table of user names and i have user
logging into an access program i made. Now i want to quiery a table in order
to see if they are on the user list for them to access the program. How do i
queiry a table? HELP!
 
i wanted to quiery the table (user table) to acess the pprogram. i was going to place the code in the FORM.LOAD part of the code
so How would you share a table and how does the code look like???????? HELP
REmember all i need is to Quiery the table to see if the user is on the user list of the table.
 
Is the user supposed to enter their name or is the application using some
method to calculate it? Do you need a method to grab the NT Login? Again,
what are the fields in the "user" table and provide some sample records.

--
Duane Hookom
MS Access MVP


luis said:
i wanted to quiery the table (user table) to acess the pprogram. i was
going to place the code in the FORM.LOAD part of the code.
so How would you share a table and how does the code look like???????? HELP!
REmember all i need is to Quiery the table to see if the user is on the
user list of the table.
 
Back
Top