New User

D

Derrickskins

I am a new Access user and have created an MDB from an Excel spreadsheet. I
need to have the abikity for users to enter a value that may be contained in
the MDB, and return all possible matched. Any help would be appreciated.

Thank you.
 
G

Guest

hi,
sound like you want to query your table.
i don't know what version you have so....
in your db, click the query tab or icon.
click new query. click simple query wizard. it will walk
you through the process.
or....
click new query. click design view.
from the table box,click your table then click add.
close the form.
click and drag the fields to the query grid or just double
click them.
in the field that has your value, in the criteria pane put
[Enter something]
on the tool bar, click the icon that looks like a
datasheet. that runs the query.
good luck
 
Top