Hi all
Can any one check if this code correct please?
Thank you
Private Sub CmdAdd_Click()
Dim db As DAO.Database
Dim rst As DAO.Recordset
Set db = CurrentDb
Set rst = db.OpenRecordset("table1", dbOpenDynaset)
If IsNull(ComboName) Then
'MsgBox "Please Select comboname", vbOKOnly + 64...