Insert value into a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to insert a numeric value into a field on a form via a sql query.
The query totals up all the cost fields asociated with a particular record.
The query say brings up a figure of 400 but i cant get this figure to insert
into the form field.

cheers

Nick
 
Is the form based on that query? That is to say, on the properties box, is
this where the form is getting its data?

You may need to add a sub-form that is based on the query that does the
totaling--it can be a very small sub-form. That's how I've done similar
things, though someone else may have a better solution.
 

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

Back
Top