G
Guest
Hi guys,
What's do you think is faster, passing a textbox value from a form or using
a =getvalue() function to populate a parameter in a WHERE clause?
ex.
WHERE Fund=[forms]![frmFund].[txtFundName]
or
WHERE Fund=getFundName()
What's do you think is faster, passing a textbox value from a form or using
a =getvalue() function to populate a parameter in a WHERE clause?
ex.
WHERE Fund=[forms]![frmFund].[txtFundName]
or
WHERE Fund=getFundName()