W
Wayne M Jackson
I have a DataTable where the Columns are name:
Col1 = FirstName
Col2 = LastName
Col3 = MiddleInitial
What I have noticed, it is easier to use the above in the form or rows,
however what I need is for them to be columns eg:
Fname LName MI
Joe Blow M
John Doe N
I have tried various ways, but each time I either have the data going down
the table, or is steps across:
Fname Lname MI
Joe Null Null
Null Blow Null
Nill Null M
Can anyone give me a hint, or even direct me to some segment of code dealing
with this?
Col1 = FirstName
Col2 = LastName
Col3 = MiddleInitial
What I have noticed, it is easier to use the above in the form or rows,
however what I need is for them to be columns eg:
Fname LName MI
Joe Blow M
John Doe N
I have tried various ways, but each time I either have the data going down
the table, or is steps across:
Fname Lname MI
Joe Null Null
Null Blow Null
Nill Null M
Can anyone give me a hint, or even direct me to some segment of code dealing
with this?