I am trying to open a form to show the people contributing a particular monthly amount “curDiff ” which is calculated in a module.
I have an existing form “frmShowContributions” to do this which is based on a parameter query to request which monthly contribution you wish to show.
Ideally, I’d like to use this form and pass the value of “curDdiff” as the parameter. I was planning to use
Docmd.OpenForm “frmShowContributions”
I’m not sure how to do this though.
Would I be better to create a new form and add a “Select” instruction? To the doCMd? Or is there an easier way?
Thanks
****************************************
Colin McDonald
HYPERLINK “mailto:colinmac@blueyonder.co.uk”colinmac@blueyonder.co.uk
****************************************