can you do something like the following code in access
VB Code:
Private Sub Form_Load() Dim xFrm As New frmExample xFrm.Show vbModal 'AllowAccess is a property If Not xFrm.AllowAccess Then End End Sub
can something like this be done in MS Access?!?!?!!?
because i can get anything to work the way i want it to. I was hoping that it would work like regular VB...but i guess i'm wishing for to much.



Reply With Quote