schreinman
Registered User.
- Local time
- Today, 08:42
- Joined
- Oct 2, 2010
- Messages
- 24
How do I need to code the "Forms!..." line so that SQL sees the value of strOriginForm instead of "strOriginForm"???
Code:
Dim strOriginForm
strOriginForm = frmName
Forms!strOriginForm!Project.Value = Me.Project.Value <<<<<<<<<<<<<
I've tried brackets, parentheses, quotes and double quotes around strOriginForm with no luck.
Code:
Dim strOriginForm
strOriginForm = frmName
Forms!strOriginForm!Project.Value = Me.Project.Value <<<<<<<<<<<<<
I've tried brackets, parentheses, quotes and double quotes around strOriginForm with no luck.