Could you be a little more specific on just what you want to do?
Are you concerned about quotation marks embedded in a string?
In that case, you can use the Replace function to replace them with a
blank string.
OTOH, if you're concerned that you see string values reported with quotation
marks around them, that's so you can tell where the string value begins and
ends. Those quotation marks aren't really part of the value.
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
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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.