Opening popup form with current subform record

pretoria

Registered User.
Local time
Today, 19:00
Joined
Jul 23, 2005
Messages
30
Hello,

I am trying to run a macro on doubleclick in a subform (dataview) that will open the same record in a popup form (tabular).

I've enter in the macro Where Condition the following statement to only show the record I doubleclicked on in the popup. The only problem is it's asking me for a parameter value for the LogID. Its apparently not picking up the LogID I doubleclicked on. Is there any way I can fine-tune this WHere statement so that it knows the record LogID I clicked on. (The pop up form should show only the same record).

[LogID]=[Forms]![CommunicationLog Subform]![LogID]
 
I figured it out. I needed to incorporate this in code
 

Users who are viewing this thread

Back
Top Bottom