Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi. I have a form (frmmasterform

Status
Not open for further replies.
Jul 31, 2003
7
0
0
US
Hi.

I have a form (frmmasterform) that has a sub form (frmerror) and works as a 0ne to Many Relationship. On my master form, I have a field that is text that simply indicates whether the record has a related error in the subform. Right now the field is manually entered, but I would like to auto populated it based on the error form. For example, if there is an error (is not null) then populate the master field with yes, else if there is no error (is null) then populate it with no. I can do this when the fields are on the same form with an IIF statement, however, how do you link it to another form?

Thanks
 
I think this is the right syntax for you
Forms!Formname.field=True

Does this help?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top