Hi guys i'm writing a vb program which got using the sql statement
i know the sql statement is using method insert
but my one is much different. The code concept is like this
If cmbActive= true then
sql=insert into staff_badgeTrackingNew = txtEmpID, txtEmpName, TxtID
Else
sql= insert into staff badgeTracking= txtEmpID, txtEmpName, txtID
If the proper code is how to write it can give me an example