I have two subforms on my main form. I want the records on subform B 
to correspond with the records on subform A which they do. However, 
I want the records on subform A to let me know if there is a 
corresponding record on subform B without having to go to subform B 
to see for myself. Take a look at the screenshots of what I am 
trying to accomplish at http://www.chemreport/test/helpme.htm

Main Form = ChemicalInventory w Primary IDPartNo
Subform A = EditSuppliers w Primary IDSupplier & Foreign IDPartNo
Subform B = MSDSDocs w Primary IDMSDS & Foreign IDPartNo & Foreign 
IDSupplier

The code on sfMSDSDocs oncurrent event is:

Forms![ChemicalInventory].[EditSuppliers].Form! _
imgRedDot.Visible = IsNull(Me.LocalScanLink)

Forms![ChemicalInventory].[EditSuppliers].Form! _
imgGreenDot.Visible = Not IsNull(Me.LocalScanLink)

Can this be done? I am a novice with little syntax so I need help 
with code if this can work. Thanks group.






------------------------ Yahoo! Groups Sponsor --------------------~--> 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/q7folB/TM
--------------------------------------------------------------------~-> 


Please zip all files prior to uploading to Files section. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AccessDevelopers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to