kshenes thank you for your help.
But the real problem is on storing the request information.
For example I have two sites say Site1 and Site2 in Site table
Site1 has three floors (Site1_Floor1, Site1_Floor2, Site1_Floor3)
Site2 has two floors (Site2_Floor1, Sit2_Floor2).
A request will have any combination of access to the Site floors
For example
Request1 may contain request to access Site1_Floor1, Site1_Floor3, Site2_Floor1
Request2 may contain request to access Site1_Floor2, Site2_Floor2
I need to store this information in the database using Many-to-Many relationships with intermediate tables
Can you help me out!
Thanks
Nicky
|