473,406 Members | 2,369 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

click item, see more info

How do you set up a form or report so that it's possible to click on a field
and see more details? This is a feature in most accounting programs, for
example. In a profit and loss report, you can click on a category total and
get a list of the relevant transactions in that category, for that time
period.

If you can tell me what this is called, or the basic steps involved, maybe I
can get the step by step instructions from a book. Right now I just need a
lead. TIA
Nov 12 '05 #1
2 1661
"Catherine Jo Morgan" <cj******@hemc.net> wrote in
news:ku********************@hemc.net:
How do you set up a form or report so that it's possible to click on a
field and see more details? This is a feature in most accounting
programs, for example. In a profit and loss report, you can click on a
category total and get a list of the relevant transactions in that
category, for that time period.

If you can tell me what this is called, or the basic steps involved,
maybe I can get the step by step instructions from a book. Right now I
just need a lead. TIA


The principle is "Drilling Down" and you create a new form to show the
details fields, then set up an On Click event in the parent field (or a
separate "show details" button beside the field that calls the new form
with the where clause set to filter only for the current value of the
parent record.

e.g. Docmd.openform "new form",acNormal,,"[keyfield] = """ & me.keyfield
& """",acFormReadOnly

Bob Q.
Nov 12 '05 #2
"Catherine Jo Morgan" wrote
How do you set up a form or report
so that it's possible to click on a field
and see more details? This is a feature
in most accounting programs, for
example. In a profit and loss report,
you can click on a category total and
get a list of the relevant transactions in
that category, for that time period.


You can do this in a Form, but not in a Report... Reports are not intended
to be interactive; Forms are. Bob gave you some basics, but I'd recommend
using the DoubleClick event... in some cases, you may want to Click into a
Control to change the value.

You'll find an example of doing this in the sample image-handling databases
that you can download from http://accdevel.tripod.com... in that case,
double-clicking on any field in the continuous view will open the detail
form (the method is the same for drill-down).

Larry Linson
Microsoft Access MVP
Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: JD | last post by:
This is more details about my problem, which I already managed to post as a Python bug to Sourceforge This problem is not related to the bug I encountered earlier, and this is related to a...
1
by: roni | last post by:
hi. i have vb.net application , with Managed C++ dll that wrap unmanaged dll. i also have bug that crash the application. the crash happen because i dont use the unmanaged dll (which is...
5
by: Tom Petersen | last post by:
I am using a response.write to test the formatting of the output. I am supposed to get this: BEGIN:VCALENDAR VERSION:1.0 BEGIN:VEVENT DTSTART:20051022T090000Z DTEND:20051022T090000Z...
5
by: SQLDBA | last post by:
Is there any third party s/w that lists SQL servers in a network and query more info about the server?
4
by: james | last post by:
I upgraded my 2002 project to 2003 and I am getting several of there errors on my forms xxxForm.resx Resource transformation for file 'xxxForm.resx' failed. Possible Version mismatch. Type...
6
by: rh | last post by:
I am not able to send email using SmtpMail.Send. I imagine that it is a configuration issue. I see that the emails that I attempt to send are in the Mailroot/Queue folder but they never actually...
7
by: theyas | last post by:
How can I get my code to NOT display two "Open/Save/Cancel/More Info" dialog boxes when using the "Response.WriteFile" method to download a file to IE I've asked about this before and didn't get a...
4
by: Jeff | last post by:
Hey asp.net 2.0 I have a UserControl which contain many TextBoxes. When I from the webpage (the webpage containing this UserControl) click on a button to start save the text in the textBoxes,...
1
by: David S. Zuza | last post by:
< Category("Appearance"), DefaultValue(GetType(Double), "0.1"), Description("Gets or Sets the opacity level of the panel.") > I see these xml "Things" in other peoples code and they seem...
5
by: rolfjb | last post by:
Friends, Thanks for being here! I am pretty new to all this ... I want to avoid people having to scroll on my website to see the content. Therefore I am using 4 layers overlapping each...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.