Sub datasheets

  • Thread starter news.sydney.pipenetworks.com
  • Start date
N

news.sydney.pipenetworks.com

Hi,
I have a datasheet with a sub datasheet. This shows each data item with
the
usual "cross" button on the very far left hand side you can click on to make
the
sub data sheet drop down.
I found an event "on enter" of the sub data sheet to trigger when someone
clicks
to view the sub data sheet and I was wondering if anyone knows how to use
VBA code to open and close this sub datasheet?

Acc Ver: A2K2
OS: Win2K

Thankyou
 
J

John Vinson

I was wondering if anyone knows how to use
VBA code to open and close this sub datasheet?

Datasheets have VERY limited event capability. You may want to
consider using a Form with a Subform instead; these have a rich event
model, in contrast to datasheets.
 

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

Top