thanhtruong > 20-07-17, 12:25 PM
ongke0711 > 20-07-17, 02:14 PM
Bạn đã tự thiết kế form này để theo dõi việc cập nhật dữ liệu và bây giờ bạn lại muốn phá luật của mình.cpucloi > 20-07-17, 04:12 PM
thanhtruong > 20-07-17, 04:54 PM
Private Sub Command7_Click()
If Me.gio = Null And Me.ngay = Null Then
Me.gio = Time
Me.ngay = Data
Else
Me.Refresh
End If
End Subongke0711 > 20-07-17, 08:02 PM
(20-07-17, 04:54 PM)thanhtruong Đã viết: [code]Private Sub Command7_Click()
If Me.gio = Null And Me.ngay = Null Then
...
).