J
jokobe
Hi newsgroup,
in my database a form is filled via SQL with this
query (pseudo code):
Select * from .... where id = popup_form.id
The field popup_form.id is a field within a popup, the
popup is closed after invoking the next form.
Now I want to use instead of a popup field a global
VBA variable called global_id. This variable is declared
as public in a module called tools. Is there a chance to
use this variable in SQL Queries? I want to use the
the SQL code in a normal form, without coding any VBA?
Thanks in advance
Jokobe
in my database a form is filled via SQL with this
query (pseudo code):
Select * from .... where id = popup_form.id
The field popup_form.id is a field within a popup, the
popup is closed after invoking the next form.
Now I want to use instead of a popup field a global
VBA variable called global_id. This variable is declared
as public in a module called tools. Is there a chance to
use this variable in SQL Queries? I want to use the
the SQL code in a normal form, without coding any VBA?
Thanks in advance
Jokobe