GarveyUSMC
New member
- Local time
- Yesterday, 21:43
- Joined
- Jan 30, 2010
- Messages
- 5
My Resources to use:
Access 2007 - For Dummies 9 in 1
Access 2007 - The Missing Manuel
The internet of course
I have read about 300 pages of Access for dummies. I have had C++ programing in HS but that was about 12 years ago. So it is beyound rusty. He is what I am looking to design right now. I figure if I can do this it will be a good push to be able to do a lot more things.
Let me think if you guys think this is possible to do please.
I have about 600 movies that are always growing. I want to be able to have a screen to pop up that allows me to Enter new movies, or another screen to look at all my movies I have and to be able to search them in many different ways.
I was thinking I could seperate this with 2 tables. They would look like this:
tblMovieList
MovieName
MovieYear
Plot
Actor1
Actor2
Actor3
Actor4
Actor5
Movie Img (possibly ole obj)?
tblGenre
MovieName (Bond to tblMovieList name)
Action Check Box
Adventure ""
Animation ""
about 20 more Genres
Alright those would be my two tables. Now I can put those on a form together and what happens is if you enter a new movie you have to put the name first hit save and then you can edit the genre.
I have done all the above and this is good and works for me. But now my end project I want a screen to come up with:
SearchMovie (Would this be another form attached to a query?)
"Search by Actor: " [text box for any actor they want it to search]
"Search by Year: " [text box for year]
"Search by Director: " [text box for director]
Below this I would like a check box for every Genre possible so if they chose to they could just click Horror and Comedy and a movie like Army of Darkness would show along with any other movies that fit that criterea.
Once this search is compiled what would happen. Would the results go to a Report page?
Is all of this possible? and if so any helper steps and suggestions. Here is my structure so far too.
Semper Fi
Access 2007 - For Dummies 9 in 1
Access 2007 - The Missing Manuel
The internet of course
I have read about 300 pages of Access for dummies. I have had C++ programing in HS but that was about 12 years ago. So it is beyound rusty. He is what I am looking to design right now. I figure if I can do this it will be a good push to be able to do a lot more things.
Let me think if you guys think this is possible to do please.
I have about 600 movies that are always growing. I want to be able to have a screen to pop up that allows me to Enter new movies, or another screen to look at all my movies I have and to be able to search them in many different ways.
I was thinking I could seperate this with 2 tables. They would look like this:
tblMovieList
MovieName
MovieYear
Plot
Actor1
Actor2
Actor3
Actor4
Actor5
Movie Img (possibly ole obj)?
tblGenre
MovieName (Bond to tblMovieList name)
Action Check Box
Adventure ""
Animation ""
about 20 more Genres
Alright those would be my two tables. Now I can put those on a form together and what happens is if you enter a new movie you have to put the name first hit save and then you can edit the genre.
I have done all the above and this is good and works for me. But now my end project I want a screen to come up with:
SearchMovie (Would this be another form attached to a query?)
"Search by Actor: " [text box for any actor they want it to search]
"Search by Year: " [text box for year]
"Search by Director: " [text box for director]
Below this I would like a check box for every Genre possible so if they chose to they could just click Horror and Comedy and a movie like Army of Darkness would show along with any other movies that fit that criterea.
Once this search is compiled what would happen. Would the results go to a Report page?
Is all of this possible? and if so any helper steps and suggestions. Here is my structure so far too.
Semper Fi