Doubleclick field to display query results

mcreary

New member
Local time
Today, 14:36
Joined
Aug 30, 2006
Messages
4
Hi, can anyone tell me how to doubleclick on field (on a form) and it opens up a form that shows bounded filtered results. I have a sub form which has details supporting summary numbers. I want my user to doubleclcik on the currency field and the detail supporting that sum total, pops up automatically. Any help please? :confused:
 
There's a double click event. Use code in that event to load your detail form.
 
mcreary said:
Hi, can anyone tell me how to doubleclick on field (on a form) and it opens up a form that shows bounded filtered results. I have a sub form which has details supporting summary numbers. I want my user to doubleclcik on the currency field and the detail supporting that sum total, pops up automatically. Any help please? :confused:
Go to properties of that field and you will find it. You will need to write VB code to get to do what you want though.
 

Users who are viewing this thread

Back
Top Bottom