G
Guldo K
Hello.
I can't understand how does this kind of query work.
I set it up to look at some strings on a form,
look into a Table for records determined by such strings,
then insert values from both the form and the Table.
So, there are values from two textboxes inserted into
two fields of Table2, then two fields from Table1
inserted into Table2. For the last of them, there's
a "having" statement, depending on another textbox
in the same form. I mean the "having" cell value is
[Forms]![myform]![field1]
This works as a "select" query, but as I turn it into
a "insert into" query, 0 records are processed.
Could you let me understand why?
Thanks a lot,
*Guldo*
I can't understand how does this kind of query work.
I set it up to look at some strings on a form,
look into a Table for records determined by such strings,
then insert values from both the form and the Table.
So, there are values from two textboxes inserted into
two fields of Table2, then two fields from Table1
inserted into Table2. For the last of them, there's
a "having" statement, depending on another textbox
in the same form. I mean the "having" cell value is
[Forms]![myform]![field1]
This works as a "select" query, but as I turn it into
a "insert into" query, 0 records are processed.
Could you let me understand why?
Thanks a lot,
*Guldo*