jneirinckx
Registered User.
- Local time
- Today, 05:55
- Joined
- Feb 28, 2004
- Messages
- 133
Good morning,
Through code I create a string variable called strDoc and want to pass the value of that variable to the field in my form.
I would have thought it was a simple as:
Forms.frmContributionReceipts.SentLetters = strDoc
but I am getting a blank value.
1. How can I determine the value of the variable in the VB window
2. Am I passing the variable to the field incorrectly.
Thank You
Jerry
Through code I create a string variable called strDoc and want to pass the value of that variable to the field in my form.
I would have thought it was a simple as:
Forms.frmContributionReceipts.SentLetters = strDoc
but I am getting a blank value.
1. How can I determine the value of the variable in the VB window
2. Am I passing the variable to the field incorrectly.
Thank You
Jerry