bedowin
Jun 17th, 2005, 02:10 PM
How can I pass a string value into the variable on another form.
Example Setup:
Form XYX
========
Dim strData As String
strData = 123
Forms![ZYX].strLocation = strData
Form ZYX
========
Public strLocation As String
Example Setup:
Form XYX
========
Dim strData As String
strData = 123
Forms![ZYX].strLocation = strData
Form ZYX
========
Public strLocation As String