Getting #Name in Continuous Form (1 Viewer)

JGravesNBS

Registered User.
Local time
Today, 13:47
Joined
Apr 5, 2014
Messages
58
I'm trying to populate a field in a continuous sub form with a filed from the main form

Find enclosed sample database IUOETest.mdb that demonstrates my issue

Open Select Shop New
Lookup Adam's Mark Hotel

Note the first four records with Active field checked

Enter Period Ending Date 10/13/15(top middle)
Notice how the Stat Date field in the continious form is populated with Period Ending Date 10/13/15 for the first four records that have the Active field checked

Click the fifth record Active, note the Stat field

Enter Check Number 1234(top right)
Notice how the Check field in the continuations form is filled with #name unrecognizable field name strCheckNo

I want the Check field to behave like the Stat field populating the Check field with Check Number from main form in all the records that have the Active field checked

Please advise
 

Attachments

  • IUoeTest.zip
    235.9 KB · Views: 69

JGravesNBS

Registered User.
Local time
Today, 13:47
Joined
Apr 5, 2014
Messages
58
Thank you for the references

I inherited this database and customer just wanted to add the Check Number field to behave like the Stat field.

Without redesigning this process from scratch, is there a way to get the Check field to behave like the Stat field populating the Check field with Check Number from main form in all the records that have the Active field checked?
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 04:47
Joined
May 7, 2009
Messages
19,246
can you checked if its already fixed.
 

Attachments

  • IUoeTest.zip
    251.6 KB · Views: 57

JGravesNBS

Registered User.
Local time
Today, 13:47
Joined
Apr 5, 2014
Messages
58
I change the check field to:

Name: strCheckNo2
Control Source: Check
Check: IIf([active]=-1,[forms]![select shop new]![CheckNo],Null)

All is OK

Thanks for your help
 

Users who are viewing this thread

Top Bottom