Hi!
How to run and read a return value form a query?
I have two following queries:
Form first one I want to get "number" as a integer variable, eg. "numberVar":
SELECT LAST(number) FROM NE_Data WHERE NE_number=X;
than I should insert "numberVar" into second query:
SELECT port_number_new FROM NE_data WHERE number=numberVar;
and read a return value to insert into a new record (control in a form).
Can someone help?
Thanks in advance for reply...
--
fahur
How to run and read a return value form a query?
I have two following queries:
Form first one I want to get "number" as a integer variable, eg. "numberVar":
SELECT LAST(number) FROM NE_Data WHERE NE_number=X;
than I should insert "numberVar" into second query:
SELECT port_number_new FROM NE_data WHERE number=numberVar;
and read a return value to insert into a new record (control in a form).
Can someone help?
Thanks in advance for reply...
--
fahur