From: cryst <cr...@go...> - 2003-01-15 20:47:15
|
I'm sure there is a simple answer but I'm going cross eyed looking at the code. What I want to do is have a user list, where a user can select from a master list of items to put into a table... eg. user_table UserID int UserName password MasterFlowerTable FlowerID int Weed boolean FlowerName FlowerColor etc. UserFlowerTable UserID int (maps to user_table UserID) FlowerID int (maps to MasterFlowerTable FlowerID). So the User get's signed on. Selects 10 different flowers from the MasterFlowerTable and then those id's are put into the UserFlowerTable. Is there a way to have checkbox's on the MasterFlowerTable display so that the user can select a number of flowers? Is there a way when updating the masterflower table to show the Weed as a radio button (*) Yes () No? Or am I expecting (hoping) for too much out of this software? Chris Bruner |