Eljefegeneo Still trying to learn Local time Yesterday, 19:19 Joined Jan 10, 2011 Messages 902 Feb 21, 2016 #21 That I now understand. Thank you.
Eljefegeneo Still trying to learn Local time Yesterday, 19:19 Joined Jan 10, 2011 Messages 902 Feb 22, 2016 #22 Thank you too arnelgp, it works fine now. I didn't know that the eval function could do away with the double quotation marks and thus be able to pass the parameter fromthe combo box or text box to a query.
Thank you too arnelgp, it works fine now. I didn't know that the eval function could do away with the double quotation marks and thus be able to pass the parameter fromthe combo box or text box to a query.
arnelgp ..forever waiting... waiting for jellybean! Local time Today, 11:19 Joined May 7, 2009 Messages 20,746 Feb 22, 2016 #23 yes it is literal string, but Month, and Now are public function so you can call the whole expression in Eval function: debug.print Eval("Month(Now())") and it will return 2 debug.print Eval("Month(Now())+1") and it will return 3
yes it is literal string, but Month, and Now are public function so you can call the whole expression in Eval function: debug.print Eval("Month(Now())") and it will return 2 debug.print Eval("Month(Now())+1") and it will return 3