Using a Pop-up Form As a Search Tool

  • Thread starter Thread starter Warren
  • Start date Start date
W

Warren

I would like to incorporate a pop-up form and enter search
criteria into designated fields, and in return have a
report showing the requested infromation.
Ex. Say music search
Search1 Country/western
Search2 Slow
Search3 Bo James
If anyone can help I would really Appreciate it

Thank You
 
If we knew what data you have and how you have your tables structured, and
_what_ fields you want to search, someone might be able to help.
 
-----Original Message-----
If we knew what data you have and how you have your tables structured, and
_what_ fields you want to search, someone might be able to help.



My tables Are Structured As Follows:
RECORDINGS TABLE: MUSIC CATEGORY TABLE
RecordingsID MusicCategoryID
RecordingTitle MusicCategory
RecordingArtistId
MusicCAtegoryID ARTIST TABLE
MusicFormat ArtistID
Notes Artist Name
NumberofTracks

TRACKS TABLE:
TRACKID
TrackNumber
TrackTitle
TrackLength
TrackTempo
TrackSpecialty
ArtistID
I Would Like to search by the following fields:
Recording Artist
Music Category
Recording Title
Track Tempo
Track Specialty
Track Title
Thank You For All Your Help
 
Back
Top