Hi,
I have Add button. When i click on the button, it will open frmstaff for me to enter new staff record. Now, i have to set DataEntry=True. It means i have 2 forms, one for data entry and another form to view previous staff records. Is it possible for me to do like this?
but it will give me error,
Invalid use of property.
any idea? thanx in advance..
I have Add button. When i click on the button, it will open frmstaff for me to enter new staff record. Now, i have to set DataEntry=True. It means i have 2 forms, one for data entry and another form to view previous staff records. Is it possible for me to do like this?
Code:
Private Sub cmdAdd_Click()
Set Forms("frmstaff").DataEntry = True
End Sub
but it will give me error,
Invalid use of property.
any idea? thanx in advance..
