Hi!
I have a query:
SELECT port_number_new FROM NE_Data WHERE number=(SELECT LAST(number) FROM NE_Data WHERE NE_number=NEnumber);
NEnumber is a variable, which comes from another form.
How can I obtain a return value from above query? Is there some kind of function?
I'd like to have a certain value (String) to be able to use it in the form.
Thanks in advance for reply...
--
fahur
I have a query:
SELECT port_number_new FROM NE_Data WHERE number=(SELECT LAST(number) FROM NE_Data WHERE NE_number=NEnumber);
NEnumber is a variable, which comes from another form.
How can I obtain a return value from above query? Is there some kind of function?
I'd like to have a certain value (String) to be able to use it in the form.
Thanks in advance for reply...
--
fahur