Drill Down Objects in Access

C

ChuckW

Hello,

Are there any drill down objects in MS Access? I want to
create some reports or forms of weekly sales. There
would be line items for Week Sales. It would be nice to
have a link that would then drill down to show all of the
products and services for the week that were sold during
the week. Is there an object in Access that does this?

Thanks,

Chuck W
 
L

Larry Linson

nick said:
I thought access reports were read-only

They are, but what ChuckW wants to do can be done in a Form. There are no
"drill-down objects" or "drill-down controls" but code can be added to
various events (e.g., the Click event, or the Double-Click event) to open
another Form with details. In fact, if you use a Combo Box to select, you
can put the code in that Combo's Click or Double-Click event.

Larry Linson
Microsoft Access MVP
 

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