saleemMSMS
Registered User.
- Local time
- Tomorrow, 01:03
- Joined
- Aug 12, 2009
- Messages
- 92
i have 2 tables namely
Books ( BooksID, BookName, Price)
Magazine (MagID, MagName, Edition)
also i have another table.
Orders (OrderID, BooksName/MagName, NoOfBooks)
now i have a form for the Orders Table. the form has 2 combo Boxes. one the first combo box says whether its a Book or Magazine (its sort of hard coded) then depending on the 1st Combo box, the values of the 2d combo box should change. if Book is selected, all the bookNames should be loaded into the 2nd combo box where as if magazine is selected, all the magazine values should get filled.
how am i to do this in access ?
please answer. thankyou...

Books ( BooksID, BookName, Price)
Magazine (MagID, MagName, Edition)
also i have another table.
Orders (OrderID, BooksName/MagName, NoOfBooks)
now i have a form for the Orders Table. the form has 2 combo Boxes. one the first combo box says whether its a Book or Magazine (its sort of hard coded) then depending on the 1st Combo box, the values of the 2d combo box should change. if Book is selected, all the bookNames should be loaded into the 2nd combo box where as if magazine is selected, all the magazine values should get filled.
how am i to do this in access ?
please answer. thankyou...