P
Pamela
I have a command button on FormA to open FormB. The OpenArgs property for
this button on FormA is set to Me!AssignmentID. On the OnLoad event of
FormB, I have Me.AssignmentID = Me.OpenArgs. I am using this same procedure
in other places of my db and it works perfectly, but in this instance, it
doesn't carry the AssignmentID across...any ideas? Are there any other
underlying requirements to make this work? Thanks so much!
this button on FormA is set to Me!AssignmentID. On the OnLoad event of
FormB, I have Me.AssignmentID = Me.OpenArgs. I am using this same procedure
in other places of my db and it works perfectly, but in this instance, it
doesn't carry the AssignmentID across...any ideas? Are there any other
underlying requirements to make this work? Thanks so much!