Forms Not Referencing SubForms

S

Sean Nijenhuis

Hi all,

I have a plain columnar form. On that form I have an unbound control with
that makes reference to a control within one of the subforms (trans_MaizeIn)
on the form.

The formula "=trans_MaizeIn!TotalMaize".

This works like a charm in Access 97 and Access 2000. Access XP and Access
2003 Beta both show the unbound control now as blank?

Any new feature I've missed that could be causing havoc?

Thanks
Sean
 
E

Elwin

Perhaps if you make the reference more explicit?

=[Forms]![subFormControl].Form![TotalMaize]
 

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