a code to specifiy .MDB from your app not from properties
this is a code to specifiy .MDB from your app not from properties it is just for a beginner...
Rate a code to specifiy .MDB from your app not from properties
(17(17 Vote))
'Firstly put a Data control in your form and
'add this code to the form load or anywhere that
'is suitable
Private Sub Form_Load()
Data1.DatabaseName = App.Path & "\alamat.mdb"
End Sub
a code to specifiy .MDB from your app not from properties Comments
No comments yet — be the first to post one!
Post a Comment