Heres what i want to do.
I want to check the two fields in my table | I use Ms Access
the fields are EmployeeID | StartingDayWork
Sql = "Select * from Employees where EmployeeId = '" & txtID.text & "'" 'This is running
but whenever i add StartingDayWork it always said syntax error. Any1 here who knows the correct sql command/syntax for this?. Need Help Guyz.