K
Kombu
I've created a dataset and bound a number of textboxes to it. Now I
would like to concatenate a number of column values together and
display them in an unbound, read-only textbox. For example, FirstName
& " " & LastName.
How do I reference those column values from the dataset object?
TIA
would like to concatenate a number of column values together and
display them in an unbound, read-only textbox. For example, FirstName
& " " & LastName.
How do I reference those column values from the dataset object?
TIA