Hi
i am having little trouble with my events code in Access..
I am using the following code to refer to the Availablilty field in the Add_Video table,
Private Sub Combo33_BeforeU pdate(Cancel As Integer)
If [Forms]![Add_Video]![Availability] = False Then
MsgBox "Video not available"
Else
End If
but as i run it i get the following msg..
"ms access cant find the form add video referred to in a macro expression or visual basic code
i am having little trouble with my events code in Access..
I am using the following code to refer to the Availablilty field in the Add_Video table,
Private Sub Combo33_BeforeU pdate(Cancel As Integer)
If [Forms]![Add_Video]![Availability] = False Then
MsgBox "Video not available"
Else
End If
but as i run it i get the following msg..
"ms access cant find the form add video referred to in a macro expression or visual basic code
Comment