Hi there, here's the code.
I created 3 textboxes on my form, named them all Text1 and made them into a control array... so each one of them had the Index property set to 0,1,2
This should be what you're looking for.
Good Luck!
[CODE=vb]
Option Explicit
Private mlVisibleShape As Long
Private Sub Form_Load()
mlVisibleShape = -1
Timer1_Timer...
User Profile
Collapse
-
-
Hi David,
I think your best bet would be to use the CopyFile method from the FileSystemObjec t...
http://builder.com.com/5100-6373_14-1050078.htmlLeave a comment:
-
Devon, all you should have to to is add the: ";Jet OLEDB:Database Password=[password_here];" to the end of your connection string, like this:
ADOX.Catalog cat.Create _
"Provider=Micro soft.Jet.OLEDB. 4.0;" & _
"Data Source=" & QueryValue(rk, "InstallDir ") & "\CD Database.mdb;" & _
"Jet OLEDB:Database Password=[password_he...Leave a comment:
No activity results to display
Show More
Leave a comment: