add a field to existing form

shafh

Registered User.
Local time
Today, 01:54
Joined
Jun 23, 2003
Messages
27
Hello People!
I have an existing form (ParentTemplate) that consists of 14 tabs. Some of the tabs contain subforms. I am trying to add a field in the "Issuer" tab. The Issuer tab does not contain any subforms and is getting data for its existing 6 fields from the ParentIssuerList table. I want to add a new field to the "Issuer" tab that has its control source in a new query I have created named "ParentIssuerListCrosstabQuery". Everytime I use the Expressionbuilder in the controlsource to add [ParentIssuerListCrosstabQuery ]![Total Of Amount] into my text box I get the #Name? error.
How can I get the "Total of Amount" field to show in my Issuer tab?
Thanks,
Sam
 
Add a Field

You could try setting the Default Value to your crosstab query and set the ControlSource to a field in the ParentIssuerList table named [Total Of Amount]
 
Batman,
The [Total Of Amount] field is in the [ParentIssuerListCrosstabQuery] and not the ParentIssuerList table.
I tried setting the default to
[ParentIssuerListCrosstabQuery ]
and typing in [Total Of Amount] as the control source but I still get the #Name? error.

p.s. I checked to see if the field [Total Of Amount] works correctly in the crosstab query and it does.
 

Users who are viewing this thread

Back
Top Bottom