Query Value On Form

uplink600

Registered User.
Local time
Today, 12:57
Joined
Mar 18, 2004
Messages
69
Can anyone help please.

I have a report based on a standard query. The query extracts all live projects from the database table and displays them along with the total value of the projects. I also need this total to appear in a standard text box on a form that I have set up.

Can anyone advise how I can get this value from the query/report to display
on my form in my text box.
Thanks

VC
 
Presumably your form is also based on a query.

Can you not add Proh=ject costs to this query

L
 
Thanks

The form is built around the main table and is used to add projects to the database. I just want to display the total value of live projects (from the query I mentioned) on the form.

Hope you can help, I've been told I need to use the expression builder in the text box properties in form design but I havn't used this before.

Thanks
 
uplink600 said:
The form is built around the main table

Tsk, tsk!

The form should be bound to a query based on your main table. ;)
 
Create a form based upon the query but keep it small. Do not have a page header or footer.

Then with you main form in design mode drag this new form onto it.

It should behave like a sub form but without parent child links
Not sure about Expression Builder in this circumstance. You may get others who know more about Expression Builder offer some advice

Len
 

Users who are viewing this thread

Back
Top Bottom