M
MattCrawford
I have a database of racks and servers. To make this easy and short,
it's an inventory system where we assign a server to a rack. is there
a way to develop a form that reserves racks when they are assigned so
no other server can be assigned to that rack. I guess the psudo
operation is as follows:
Form to enter new server, type in or select from dropdown the rack unit
and number.
create record.
Next person, creates new server, but when they go to put in the rack
unit info they dont see the one already taken, and cant type it in
manually, untill you remove the previous server using a deletion form.
I guess the rack table should have a check mark for if it's filled or
not, then the form checks against that to display only the ones not
checked. And the delete server form, deletes the server record and
unchecks the box in the rack unit table.
Make sense or should I draw it out more.
it's an inventory system where we assign a server to a rack. is there
a way to develop a form that reserves racks when they are assigned so
no other server can be assigned to that rack. I guess the psudo
operation is as follows:
Form to enter new server, type in or select from dropdown the rack unit
and number.
create record.
Next person, creates new server, but when they go to put in the rack
unit info they dont see the one already taken, and cant type it in
manually, untill you remove the previous server using a deletion form.
I guess the rack table should have a check mark for if it's filled or
not, then the form checks against that to display only the ones not
checked. And the delete server form, deletes the server record and
unchecks the box in the rack unit table.
Make sense or should I draw it out more.