I have a field called helpno on a subform that I want to double-click on and it opens another form..I used a Macro that works fine..however I want the form that I am opening to open on the helpno record that matches from my subform...I tried using where condition on my Macro and messed up somehow...even though the forms name is spelled right and I have all the necessary brackets...I saw some examples using new Collection..others using recordSource...not sure whether to use VBA coding or modules or Macros...once I get the form opened that matches my subform helpno I'll be doing live editing...any coding help appreciated..