VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



a code to specifiy .MDB from your app not from properties

by protoNium (1 Submission)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (16 Votes)

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

'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

Download this snippet    Add to My Saved Code

a code to specifiy .MDB from your app not from properties Comments

No comments have been posted about a code to specifiy .MDB from your app not from properties. Why not be the first to post a comment about a code to specifiy .MDB from your app not from properties.

Post your comment

Subject:
Message:
0/1000 characters