I have a combo box (CBA) on a form (FRMA) that has 11 fields. On the form I also have a text box (TXTA) that shows the current user's ID. Not all of the 11 fields are relevant to all of the users and some of them should just be viewable by me.
Is it possible to implement some type of code based on user ID text box (TXTA) to limit the fields/options that are availabe in the combo box (CBA)?