M
Matt Reed
Being brand new in Access I need some advice where to start.
Have a database listing Seminar Articles.
It consists of a main table (tblArticlesMain) with lookups into several
other tables.
[ID],[Title],[Lookup to tblAuthor],[Lookup to tblYear],[Lookup to
tblSeminar], [Lookup to tblVolume],[Lookup to tblTab]
There is a form built to input data and it works fine.
The question is how to let the users search for data. On items like the
Author's name I have a form with a ComboBox listing the Author's name and a
subform with a listing of all the fields from tblArticlesMain. This is
working fine. Can repeat for any individual search using a combobox to
select an item in the field.
What I want to do is add a textbox were I can enter a word and then check
then [Search] the title field for any listing that includes that word
anywhere in the Title.
Where do I start?
Have Main Form, textbox, command button, subform and I am totally lost..
Any and all direction gladly accepted.
Matt
Have a database listing Seminar Articles.
It consists of a main table (tblArticlesMain) with lookups into several
other tables.
[ID],[Title],[Lookup to tblAuthor],[Lookup to tblYear],[Lookup to
tblSeminar], [Lookup to tblVolume],[Lookup to tblTab]
There is a form built to input data and it works fine.
The question is how to let the users search for data. On items like the
Author's name I have a form with a ComboBox listing the Author's name and a
subform with a listing of all the fields from tblArticlesMain. This is
working fine. Can repeat for any individual search using a combobox to
select an item in the field.
What I want to do is add a textbox were I can enter a word and then check
then [Search] the title field for any listing that includes that word
anywhere in the Title.
Where do I start?
Have Main Form, textbox, command button, subform and I am totally lost..
Any and all direction gladly accepted.
Matt