K
Khalil Handal
Form2 saves it's own data.
Khalil
Khalil
Graham R Seach said:Khalil,
It depends on what you want to do with Form2. Do you want to return some
data to Form1 from Form2, or does Form2 save its own data? How does Form2
associate itself with the data from Form1?
Private Sub chkCheckBox_AfterUpdate()
If Me!chkCheckBox = True Then
'Open the form, either using DoCmdOpenForm ...
' or by subclassing Form2
End If
End Sub
Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
(Currently in Japan)