How can I fill a Flexgrid through a query or SQL with dates in the header ? I tried it many ways, but VB won't take any variables to read the header. I use a parameterquery with 3 parameters :Name, startdate and Enddate. This works perfect in Access. The only way it works is like this : recordset![01/05/2000]. Because the grid is subject to change every day, this won't work.
Anyone any idea ?

Thanks