On Open Procedure

  • Thread starter ladybug via AccessMonster.com
  • Start date
L

ladybug via AccessMonster.com

I have a form with a program name and then a command button. The button
opens a continuous form for detail about the program. Currently, the field
on the second form for the program is blank if there is not already detail
completed on the program. I need the program field on the second form to
match the first forms program even if there is no detail.

The first form is [Programlink SubForm]
The field in the first form is [ProgramSub]
The field in the second form is [Program]

I want when you click the button to open the second form I want [Program] to
equal [ProgramSub].
What Event Procedure could I put in an On Open command in the second form to
make this work?

Thank you!
 
Top