Ms Flexgrid Control

  • Thread starter Thread starter JamesJ
  • Start date Start date
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.?
 
Access Forms aren't "Microsoft Forms" and they aren't VB forms. They can be
very picky about what they work with, as evidenced by:

http://support.microsoft.com/kb/160126/en-us
ACC97: Supported ActiveX Controls for Microsoft Access 97

Note that FlexGrid isn't on the list. I don't see an updated version of the
article on MSKB, but forms & controls haven't changed a lot since '97, so
maybe the list hasn't fundamentally changed during the interim. (and you
don't say what version you are using....).

HTH,
 
Back
Top