> Dear expert,
>
> How to write coding to let the grid record source point to a cursor record.
Thisform.YourGrid.RecordSource=YourCursorName
As soon as you do this, the grid will change so that all headers are field names, all the controlsource of columns are the fields of the cursor in the same sequence. So you may then have to change the caption of the headers etc.
Regards
Tushar