G
Guest
Sorry guys, I had to start a new thread because I made a mess of my other one. It seems I've painted myself into a corner and I hope you can provide a way out! I use "*" to indicate a primary key. I know this is an awful lot to digest - any help would be greatly appreciated
I have two combo boxes that I need to correct now that I know more clearly what I need them to do
1. cbProfileI
This is bound to tblProfileID.txtProfileID* and needs to
- Permit and record new entries
- Go to a Profile ID upon selection
2. cbProfilesAssociation
This is in a subform. Its Row Source is: SELECT tblProfiles.txtProfileID, tblProfiles.Description, tblProfiles.Type FROM tblProfiles
This needs to
- Make selections according to the Row Source
- Dbl Click and open a form that filters for the selected txtProfileID*
Previously, I had cbProfilesAssociations worked out with Dirk. He helped me hard code the form names into the Dbl Click Event Procedure. This worked great! However, Pavel suggested a LookUp for the forms in case the form names change. I prefer this because I know I'll be adding and changing forms quite often
I've added the form names in the FormToOpen field in tblProfileTypes which consists of
txtProfileType
Descriptio
Again, any help would be appreciated - thanks!
I have two combo boxes that I need to correct now that I know more clearly what I need them to do
1. cbProfileI
This is bound to tblProfileID.txtProfileID* and needs to
- Permit and record new entries
- Go to a Profile ID upon selection
2. cbProfilesAssociation
This is in a subform. Its Row Source is: SELECT tblProfiles.txtProfileID, tblProfiles.Description, tblProfiles.Type FROM tblProfiles
This needs to
- Make selections according to the Row Source
- Dbl Click and open a form that filters for the selected txtProfileID*
Previously, I had cbProfilesAssociations worked out with Dirk. He helped me hard code the form names into the Dbl Click Event Procedure. This worked great! However, Pavel suggested a LookUp for the forms in case the form names change. I prefer this because I know I'll be adding and changing forms quite often
I've added the form names in the FormToOpen field in tblProfileTypes which consists of
txtProfileType
Descriptio
Again, any help would be appreciated - thanks!