P
Paolo
Hi all,
Is it possible to reference a textbox on a form for a parameter when
running action queries via vba inside a transaction behind the form? I
have a series of 5 action queries requiring 4 parameters. If I refer
to the parameter as me.textboxinfo no value seems to be passed in the
sql statement. However, if I first assign a variable such as textbx =
me.textboxinfo and then insert textbx info into the sql statement
everything seems to work.
Does this make any sense?
Thanks in advance.
Paolo
Is it possible to reference a textbox on a form for a parameter when
running action queries via vba inside a transaction behind the form? I
have a series of 5 action queries requiring 4 parameters. If I refer
to the parameter as me.textboxinfo no value seems to be passed in the
sql statement. However, if I first assign a variable such as textbx =
me.textboxinfo and then insert textbx info into the sql statement
everything seems to work.
Does this make any sense?
Thanks in advance.
Paolo