P
peter
Hi,
I am just starting out in learning VB code and Access 2000 use of VB code.
I have a VB code as follows:
VB code
Private Sub Form_Load
Form1.show
For i=1 to10
print i
next i
End Sub
I was wondering is it possible for Access to use a similar type of code when
I create a form in Access?
Thanks.
Peter
I am just starting out in learning VB code and Access 2000 use of VB code.
I have a VB code as follows:
VB code
Private Sub Form_Load
Form1.show
For i=1 to10
print i
next i
End Sub
I was wondering is it possible for Access to use a similar type of code when
I create a form in Access?
Thanks.
Peter