Anubis3000
Programmer
Hi,
This question might seem a bit bizarre, but I'll ask it anyway.
I wanted to know if there is anyway to embed VB code within a table.
Specifically, I would want to put this (pseudo)code within the table:
On Table_Open
Field2.Setfocus
If Field2 = "A Value" Then
'do stuff here
End If
End Sub
I realize that this would be best done using forms, but I wanted to know if there is someway to execute commands at the table level. I don't think this is possible, but if anyone has any ideas, it would be appreciated. Thanks.
This question might seem a bit bizarre, but I'll ask it anyway.
I wanted to know if there is anyway to embed VB code within a table.
Specifically, I would want to put this (pseudo)code within the table:
On Table_Open
Field2.Setfocus
If Field2 = "A Value" Then
'do stuff here
End If
End Sub
I realize that this would be best done using forms, but I wanted to know if there is someway to execute commands at the table level. I don't think this is possible, but if anyone has any ideas, it would be appreciated. Thanks.