
July 21st, 2005, 07:46 AM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 12
Time spent in forums: 1 h 4 m 9 sec
Reputation Power: 0
|
|
Multiple Criteria Query
Ok I am working on a database... here is an overview of what I am trying to do... Let us say that I am selling balloons... I sell them by color and shape. I sell red blue yellow orange and so on... I also sell shapes like round, diamond square... blah blah blah. I have created a form which I am trying to keep track of orders. using this form... (This form lists name address all that information)... It also has a list box (Well it would have two list boxes one for color and one for shapes but lets just work with one box shall we)... So I need my "customers" to be able to select different items from the list box and when they do that, I need the selected items to go into a table into a field called category (I can make this work if they are only allowed to select one item... not more than one)... So now lets assume I have it set up correctly so that my customers can go in and fill out the form... and select different colors and different shapes at the same time... ok perfect... that part is done... Now lets say I create another form... same process except I now want to query for orders where a person ordered a red diamond balloon and a blue round balloon... I could do this by just creating a query for everything I want to find... however I want to create a form where I can just go in when I want to ... select data hit submit and bam my information is present based on the criteria I selected... Make sense? Could someone please help me I am going crazy over here... Oh I'm horrible at VBA and coding right now so if this requires VBA and coding... lets pretend I'm a five year old (I'm trying to learn VBA)... Thanks for any help!!!!! 
|