thanhtruong > 20-07-17, 12:25 PM
ongke0711 > 20-07-17, 02:14 PM
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 Sub
ongke0711 > 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
...