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...
Hi all
Can any one correct my attached program to make it works with one command button only please?
Using two buttons make conflict.
Any help will be highly appreciated.
Thank you
vbnt
Attached program needs little code correction; but, I do not know how, Any help will be highly appreciated
The code attached works fine with fields Dentist , patient number and name, but when I try to apply the same code at fields productID and Quantity does not work because these fields...