Hello,
I have gotten this far with help. I have a very small (and what I thought was simple) database with 4 tables as below. I want to assign a DID, DN, TN to each user, but each DID, DN, TN value can only be used once. I built a form with 3 subforms as below. I want a combobox to allow us to pick from available values of DID, DN, TN for each user. This is were I'm stuck. I think that has to do with binding on the combobox, but I can't figure this out. I'm still learning. Any help would be great!
I even included the DB if that makes it easier (with some dummy data). This seems like it should be one of the most simple things to do...
tblUsers
UserID
FirstName
LastName
tblDID
DidID
UserID
DID
tblDN
DnID
UsedID
DN
tblTN
TnID
UserID
TN
FormUsersMaster
UserID
FirstName
LastName
SubformDID
DidID
DID (Rowsource filters only those where UserID is null)
SubformDN
DnID
DN (Rowsource filters only those where UserID is null)
I have gotten this far with help. I have a very small (and what I thought was simple) database with 4 tables as below. I want to assign a DID, DN, TN to each user, but each DID, DN, TN value can only be used once. I built a form with 3 subforms as below. I want a combobox to allow us to pick from available values of DID, DN, TN for each user. This is were I'm stuck. I think that has to do with binding on the combobox, but I can't figure this out. I'm still learning. Any help would be great!
I even included the DB if that makes it easier (with some dummy data). This seems like it should be one of the most simple things to do...
tblUsers
UserID
FirstName
LastName
tblDID
DidID
UserID
DID
tblDN
DnID
UsedID
DN
tblTN
TnID
UserID
TN
FormUsersMaster
UserID
FirstName
LastName
SubformDID
DidID
DID (Rowsource filters only those where UserID is null)
SubformDN
DnID
DN (Rowsource filters only those where UserID is null)