Samantha
still learning...
- Local time
- Today, 04:04
- Joined
- Jul 12, 2012
- Messages
- 187
So, I have a datasheet form and in the double click event I have built this macro. I want to be able to double click the JobNumber and the detailed form open set to the specified job number.
The double click event opens the Enter Parameter Value Window, once I type in the number it goes correctly.
This is what I have so far, any help will be greatly appreciated!
Form Name= frmProposalDetails
Where Condition= [Forms]![frmProposalLog]![JobNumber]=[Forms]![frmProposalsDetails]![JobNumber]
Thanks,
Samantha
The double click event opens the Enter Parameter Value Window, once I type in the number it goes correctly.
This is what I have so far, any help will be greatly appreciated!
Form Name= frmProposalDetails
Where Condition= [Forms]![frmProposalLog]![JobNumber]=[Forms]![frmProposalsDetails]![JobNumber]
Thanks,
Samantha