G
Guest
In the open event of SpoilForm I have the following:
Dim Job As Integer
Job = Nz([Forms]![ProductionForm]![JobNumber])
I want to use the value from the ProductionForm if it is available. If the
ProductionForm is open I want to use the information from it to fill in the
SpoilForm JobNumber. If the ProductionForm is not open I want to bypass this
step and the information will have to be entered by the user.
How do I find out if the form is open?
Once I know if it is open can I set up a condition such as an If Then End IF.
Thank you for your help
Allan
Dim Job As Integer
Job = Nz([Forms]![ProductionForm]![JobNumber])
I want to use the value from the ProductionForm if it is available. If the
ProductionForm is open I want to use the information from it to fill in the
SpoilForm JobNumber. If the ProductionForm is not open I want to bypass this
step and the information will have to be entered by the user.
How do I find out if the form is open?
Once I know if it is open can I set up a condition such as an If Then End IF.
Thank you for your help
Allan