G
Guest
I have a staff form w/ a cbo box that's to show only available locker keys
that can be assigned. Once a key is assigned it's to go out of the list.
Can anyone tell me how to do this? Currently, I have a Staff table w/ Locker
& FullName as fields and a Keys table w/ KeyID and FullName as fields. The
cbo opens a form showing all keys & has an Available chk bx which unchecks
when a name from that form's cbo (cboFullName) is selected. It's then
assigned in the staff table & the Key table. Two buttons from the Staff form
show either the current record's key# or all keys - both of which can
unassign the #. This is very clumsy & confusing as the popup form for all
keys, doesn't go to the selected key# in the Staff form's cbo. Any
suggestions on making this more automatic?
that can be assigned. Once a key is assigned it's to go out of the list.
Can anyone tell me how to do this? Currently, I have a Staff table w/ Locker
& FullName as fields and a Keys table w/ KeyID and FullName as fields. The
cbo opens a form showing all keys & has an Available chk bx which unchecks
when a name from that form's cbo (cboFullName) is selected. It's then
assigned in the staff table & the Key table. Two buttons from the Staff form
show either the current record's key# or all keys - both of which can
unassign the #. This is very clumsy & confusing as the popup form for all
keys, doesn't go to the selected key# in the Staff form's cbo. Any
suggestions on making this more automatic?