Here's what I need to do, I have two tables bldgloc (bldg_id, bldg_desc) and roomloc (room_id, room_num, bldg_id). I am trying to build a maintenance screen so that the user can add a bldg or a room. I picture the user selecting the bldg from a list which would then populate all the rooms. When they add room it should be added to the id of the bldg selected.
I'm a beginner and have tried a few things with gridview but can't seem to get things to work.
I am hoping you guys can give me suggestions on how (in the simplest way possible) I could accomplish the above.
Thanks
I'm a beginner and have tried a few things with gridview but can't seem to get things to work.
I am hoping you guys can give me suggestions on how (in the simplest way possible) I could accomplish the above.
Thanks
Comment