J
JamesJ
I know I should be posting to the ...activexcontrol but it seems they're
busy... I posted on the 8th and haven't recieved a reply so I'll try my
luck here.
I'm trying to populate the msflexgrid control with a table and so
far I've haven't any luck.. Articles at msdn didn't
seem to help (there doesn't seem to be a step-by-step document).
In the OnLoad of the form I have:
Me!axcFlexGrid.RecordSource = Me.RecordSource
When I open the form I get:
Object doesn't support this property or method.
Do I need to connect the control to a database first, and if so how.?
busy... I posted on the 8th and haven't recieved a reply so I'll try my
luck here.
I'm trying to populate the msflexgrid control with a table and so
far I've haven't any luck.. Articles at msdn didn't
seem to help (there doesn't seem to be a step-by-step document).
In the OnLoad of the form I have:
Me!axcFlexGrid.RecordSource = Me.RecordSource
When I open the form I get:
Object doesn't support this property or method.
Do I need to connect the control to a database first, and if so how.?