Access Newbie

jeh

Active Member
Joined
Apr 27, 2002
Messages
250
Hi Everyone,
This is my first post in the Access side.
I have only one table in my database. What I'm trying to do is have a form that will have a combobox? that I can type in a name, and I will it will return all of the names in that field that are similar to one i typed in the combobox. I know I will need a query to do this, but I'm having a hard time even getting that one right. Does anyone have a sample data bease that uses a form where they search for records using the "like" function. Or point me in the right direction?

Thanks for your time,

Jim
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
This is what I would do in the query.

In the critria of the field.
Type the following
[Enter Name]
So when you run the query, a pop up box will appear. Type the name you are looking for. I am sure you can also wild cards with it.

Does this help?
 
Upvote 0
Jim,

You should have the "Northwind" database installed on your computer. Its a sample database that ships with Access. Look in your C:/Program Files/Microsoft Office/Office/Samples folder, it should be there if its installed. That database has a number of examples of queries, forms, and reports that you might find useful.

enjoy
 
Upvote 0
Thanks for the help.
I know Access has is powerful, but Excel seems to so much easier for me to learn in.

Thank you both very much,

Jim
 
Upvote 0

Forum statistics

Threads
1,221,510
Messages
6,160,226
Members
451,632
Latest member
purpleflower26

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top