hi
how can i assign the value returned by a query as a value to be displayed in a control? in this case the form already has a different table as the control source
i uased a select statement but i cannot assign the value to the control.
Printable View
hi
how can i assign the value returned by a query as a value to be displayed in a control? in this case the form already has a different table as the control source
i uased a select statement but i cannot assign the value to the control.
can you post the code you're currently using? If you have assigned your sql to a recordset you should be able to just assign the control.value = rst(fieldname)
What is the control?