D
Dave
I want to sent a flag in one form and test it in another
form. I don't understand why my variable won't work. I
have read about "Public" and "Static", but it is not
working. Here is what I want to do. I am using Access 97
I want to set a boolean blnRecordAdded to True on Form1. I
set in the Declarations section:
Public blnRecordAdded As Boolean
Then in the Form_Open sub, I have:
Public Sub Form_Open(Cancel As Integer)
blnRecordAdded = True
End Sub
Then I open Form2 and test the variable. It is empty. How
do I get the variable over to Form2?
Thanks for any help.
Dave Aas
daveaas*AT*yahoo*DOT*com
form. I don't understand why my variable won't work. I
have read about "Public" and "Static", but it is not
working. Here is what I want to do. I am using Access 97
I want to set a boolean blnRecordAdded to True on Form1. I
set in the Declarations section:
Public blnRecordAdded As Boolean
Then in the Form_Open sub, I have:
Public Sub Form_Open(Cancel As Integer)
blnRecordAdded = True
End Sub
Then I open Form2 and test the variable. It is empty. How
do I get the variable over to Form2?
Thanks for any help.
Dave Aas
daveaas*AT*yahoo*DOT*com