Flexgrid Click

  • Thread starter Thread starter James Frater
  • Start date Start date
J

James Frater

Hello All,

I'd like to click on a cell in flexgrid and open the corresponding record.

I've been trying to use the standard DoCmd.OpenForm either as a private sub
or part of the public sub for the Flexgrid. However it tells me it can't find
the record or just doesn't work.

Any suggestions would be great.

Regards

JF
 
The Flexgrid control is not an Access control. It comes with VB6. It can
usually be used, but you'll need to build a VB6 app to install it or you'll
have licensing issues when you try to run it on a machine that doesn't have
VB6 on it. There is no Access documentation, but you can find a small amount
of it here:

http://msdn2.microsoft.com/en-us/library/aa228849(VS.60).aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top