TheBlainer
Programmer
Hi,
I have a little problem and it seems so simple that it doesn't work. I have a grid that has a Sql statement as RecordSource and the data returned inside my grid is fine.
I have a button on my form that need to interact with the grid. So I need the ActiveRow of the grid and for that I thought the property ActiveRow from the grid would work, but it gives me 0 all the times. Same case with the property RelativeRow.
So can anyone tell what is wrong with what I'm doing?
Thanks
TheBlainer
I have a little problem and it seems so simple that it doesn't work. I have a grid that has a Sql statement as RecordSource and the data returned inside my grid is fine.
I have a button on my form that need to interact with the grid. So I need the ActiveRow of the grid and for that I thought the property ActiveRow from the grid would work, but it gives me 0 all the times. Same case with the property RelativeRow.
So can anyone tell what is wrong with what I'm doing?
Thanks
TheBlainer