J
Jeff
My forms on current event has a calculation that saves to a string. I would
like to use this string in a query. The problem is, when I try referencing
the string...the query acts like it does not recognize it..it asks me for
the strings value. I can make it work by having the string save to a
textbox's value and then reference the textbox in the query. Although by
doing it this way I have a textbox on my form that I don't need. Seems
unnecessary.
Is there a way to use a string in a query instead of referencing the textbox
on a form?
I do have the string defined as public
like to use this string in a query. The problem is, when I try referencing
the string...the query acts like it does not recognize it..it asks me for
the strings value. I can make it work by having the string save to a
textbox's value and then reference the textbox in the query. Although by
doing it this way I have a textbox on my form that I don't need. Seems
unnecessary.
Is there a way to use a string in a query instead of referencing the textbox
on a form?
I do have the string defined as public