stanbridge
New member
- Local time
- Today, 05:01
- Joined
- May 10, 2011
- Messages
- 3
Hi all,
I am relatively new to Access (Access 2007), and am having a bit of trouble fumbling my way through the following issue...
In my form(frm_Customers2) I have a ListBox(Customer_Invoice_List) that contains a series of invoices, each with a unique ID (although the ID isn't a visible column).
When a user double-clicks on one of the entries in the ListBox, I want it to open my Report(rpt_Invoices), displaying only records where rpt_Invoices.Invoice_ID = Customer_Invoice_List.Invoice_ID.
In all of my attempts, I keep getting prompted to enter the ID. I suspect I am not pointing to the items I want properly.
Can somebody give me some noob instructions as to how I would accomplish the task above?
Any help is very much appreciated!
Cheers,
Chris
I am relatively new to Access (Access 2007), and am having a bit of trouble fumbling my way through the following issue...
In my form(frm_Customers2) I have a ListBox(Customer_Invoice_List) that contains a series of invoices, each with a unique ID (although the ID isn't a visible column).
When a user double-clicks on one of the entries in the ListBox, I want it to open my Report(rpt_Invoices), displaying only records where rpt_Invoices.Invoice_ID = Customer_Invoice_List.Invoice_ID.
In all of my attempts, I keep getting prompted to enter the ID. I suspect I am not pointing to the items I want properly.
Can somebody give me some noob instructions as to how I would accomplish the task above?
Any help is very much appreciated!
Cheers,
Chris