PeterWallace
Programmer
I want to ( and can do ) select fields from a table and load them into a MSFFlexgrid
but I need an Extra column in the Grid where User can enter data
e.g select Given , Surname from DenamesTable ... and on the grid I want another column called (e.g) Position
I can call a field of same type as required ( sting , long etc)
e.g
Select Given, Surname , Town as Pos ....
then insert spaces into grid col Pos
this seems like extra work ( 4 letter word) to me
is there any way I can get the Sql Statement to provide the blank column for me
e.g
Select Given, Surname , Newfield as Pos
Thank you for any advice
Peter
but I need an Extra column in the Grid where User can enter data
e.g select Given , Surname from DenamesTable ... and on the grid I want another column called (e.g) Position
I can call a field of same type as required ( sting , long etc)
e.g
Select Given, Surname , Town as Pos ....
then insert spaces into grid col Pos
this seems like extra work ( 4 letter word) to me
is there any way I can get the Sql Statement to provide the blank column for me
e.g
Select Given, Surname , Newfield as Pos
Thank you for any advice
Peter