how to get data

S

Sanjin Vidlanovic

Hello!

I have a form with two controls on it. Depending on the value in control_1 I
want to run different SQL statements and then put the result in the
control_2.

It's easy to make sure that my SQL statements return just one value, but how
to put that value in control_2?

I can make a button on the form and then write some code. But still I don't
know how to transfer value from SQL statement to the control (or variable)


Thx in advance

Sanjin
 
Top