Bound textbox

G

Guest

How do i bind a textbox control on a form to a query returning value based on
the current row of data in the table?
 
G

Guest

Shabbir,

I'm not quite sure what you're trying to do, but to bind any control to a
standard or calculated field, create the query, base your form on the query
(i.e., make the query the form's RecordSource), and set the Control Source of
the control to the name of the field.

If you're trying to store a calculation into a table field, there's no need
to do so. Simply calculate it when you need it.

Hope that helps.
Sprinks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top