arage
01-12-2001, 09:31 AM
Is it possible to filter the items in a combo box? I mention this b/c I don’t see an apply filter property against this type of control & want to limit what a particular user (user code) sees when viewing this list.
Any suggestions?
Thanks!
Sorrells
01-13-2001, 04:38 PM
Arage,
Assuming that your property for Control Source Type is 'Value List'
If you can identify the user in VBA then you could create an If/Else/EndIf statement or a Case Statement based on the user variable.
Within each segment, you could then assign the property RowSource for each user with the values you choose.
Hope this helps.
Sorrells