C
consiglieri
Hi
I have been doing a lot of "field" work of late. And there is one item
that I have had problems figuring out.
I have the following
{DATABASE \c "DSN=database;" \s "SELECT Table1.Field1 FROM Table1,
Table2 WHERE Table2.Field1 = {FILLIN "Supply a nr"} AND Table1.Field1 =
Table2.Field2}
I would like use to the result from {FILLIN "Supply a nr"} in another
field without being asked again to supply a number.
The second field would simply contain the number supplied when
answering the FILLIN above, there would be no need for a databse query.
I'm not sure how I would go about grabbing the result from the fillin
for something else or if its even possible.
I have been doing a lot of "field" work of late. And there is one item
that I have had problems figuring out.
I have the following
{DATABASE \c "DSN=database;" \s "SELECT Table1.Field1 FROM Table1,
Table2 WHERE Table2.Field1 = {FILLIN "Supply a nr"} AND Table1.Field1 =
Table2.Field2}
I would like use to the result from {FILLIN "Supply a nr"} in another
field without being asked again to supply a number.
The second field would simply contain the number supplied when
answering the FILLIN above, there would be no need for a databse query.
I'm not sure how I would go about grabbing the result from the fillin
for something else or if its even possible.