Coding

Insert null into Access database

If a form has four input values: textBoxForField1, comboBoxForField2, comboBoxForField3, comboBoxForField4.Let us say, textBoxForField1 and comboBoxForField2 are required, they have already be checked before writing below SQL statement; comboBoxForField3 and comboBoxForField4 are optional. So I Read more…

By Umar Khan, ago
Coding

Error: Too few parameter

Let me start a new thread with new error message: Too few parameter I just used MessageBox.Show to display three variables, they all have value. Did I write cmd correctly? Thanks. MessageBox.Show(Environment.UserName); MessageBox.Show(dtEastern.ToString()); MessageBox.Show(GlobalVariables.LogNote); Edit: Read more…

By Umar Khan, ago