I have a task that I know is doable but is confusing to me.
I have 3 fields in a table that have the values 0 or 1.
Field 1: 0 = nothing 1 = New Account
Field 2: 0 = nothing 1 = Banking Account
Field 3: 0 = nothing 1 = Broker
I want the list box to show each record with a listbox that shows ONLY what the client DOES have.
So if one client only has "Banking Account", then I want the list box to show: Banking Account
If the client has "Broker and Banking Account" I want the list box to show:
Broker
Banking Account
just like that - no NULL values!
Does anyone understand what I"m talking about and can show me the code that I must use to get this?
Thanks in advance!
I have 3 fields in a table that have the values 0 or 1.
Field 1: 0 = nothing 1 = New Account
Field 2: 0 = nothing 1 = Banking Account
Field 3: 0 = nothing 1 = Broker
I want the list box to show each record with a listbox that shows ONLY what the client DOES have.
So if one client only has "Banking Account", then I want the list box to show: Banking Account
If the client has "Broker and Banking Account" I want the list box to show:
Broker
Banking Account
just like that - no NULL values!
Does anyone understand what I"m talking about and can show me the code that I must use to get this?
Thanks in advance!