DoquangLam > 28-12-10, 11:00 PM
Noname > 28-12-10, 11:05 PM
haquocquan > 28-12-10, 11:43 PM
(28-12-10, 11:05 PM)Noname Đã viết: Bạn theo dõi bài này nè:
http://thuthuataccess.co.com/forum/Threa...a-do%CC%81
Dim File1 as string, File2 as string
File1 = me.textbox1
File2 = me.textbox2
Call FileCopy(Application.CurrentProject.Path & File1 & ".mdb", Application.CurrentProject.Path & File2 & ".mdb")
DoquangLam > 29-12-10, 12:20 PM
(28-12-10, 11:43 PM)haquocquan Đã viết:(28-12-10, 11:05 PM)Noname Đã viết: Bạn theo dõi bài này nè:
http://thuthuataccess.com/forum/Thread-t...a-do%CC%81
Ý của DOQUANGLAM khác à No.
Theo mình, ý của DOQUANGLAM là thế này cơ:
Mã:Dim File1 as string, File2 as string
File1 = me.textbox1
File2 = me.textbox2
Call FileCopy(Application.CurrentProject.Path & File1 & ".mdb", Application.CurrentProject.Path & File2 & ".mdb")
Cafe Via He > 29-12-10, 01:37 PM
Dim acApp As Access.Application
Set acApp = New Access.Application
acApp.Application.NewCurrentDatabase (txtPath & txtName)
haquocquan > 29-12-10, 02:59 PM
(29-12-10, 12:20 PM)DoquangLam Đã viết: Thay vì vào thư mục đó copy bình thường, nhưng ở đây mình muốn thực hiện từ forms cho nó pro ý mà, các bạn xem file đính kèm của mình và hướng dẫn cụ thể được không. Cám ơn các bạn rất nhiều.
Private Sub cmdthayten_Click()
Dim File1 as string, File2 as string
File1 = me.textbox1
File2 = me.textbox2
Call FileCopy("D:\KETOAN\DATA\" & File1 & ".mdb", "D:\KETOAN\DATA\" & File2 & ".mdb")
End Sub
DoquangLam > 29-12-10, 10:01 PM
DoquangLam > 29-12-10, 11:10 PM
Noname > 29-12-10, 11:34 PM
DoquangLam > 30-12-10, 09:44 PM