solun
Programmer
- Apr 1, 1999
- 55
(This may be a structural problem... I'm open to ideas.)
I have five different kinds of forms for five different kinds of loan activities. All five use a common application form that I've put in a separate form accessed by a cmd button. I want to pass the loanID from the specific activity form to the general application form. It seems to me that I ought to be able to do this in the onclick event procedure with something like:
Forms![2 CollateralMortgage]!LoanID = Forms!sysApps!LoanID
but i'm not (yet) a VB coder.
Thanks!
Heidi
Heidi I. Jones
Ridgerunner Consulting
Questions Answered. Problems Solved.
I have five different kinds of forms for five different kinds of loan activities. All five use a common application form that I've put in a separate form accessed by a cmd button. I want to pass the loanID from the specific activity form to the general application form. It seems to me that I ought to be able to do this in the onclick event procedure with something like:
Forms![2 CollateralMortgage]!LoanID = Forms!sysApps!LoanID
but i'm not (yet) a VB coder.
Thanks!
Heidi
Heidi I. Jones
Ridgerunner Consulting
Questions Answered. Problems Solved.