G
GolfGolf
How do I remove the quotation marks from a string variable?
Can it be done?
Can it be done?
I am trying to refer to a subform field from another form.
I am trying to set the time from a popup form
I have; varTime = "Forms![Form1]![Form2].Form![ChickInTime]"
in the popup from
When the popup closes i am trying to set varTime = anopther Variable
that is a specific time.
But it's not working