Hi
For MS-Access database i have written the below query
rsshift.Open "select code from temp where code='" & Trim(txtcode.Text) & "' and effectivefr >=#" & DTPicker1.Value & "#;", cnn1, adOpenDynamic, adLockOptimistic, adCmdText
What should be the statement if Database is SQL
Thanks
For MS-Access database i have written the below query
rsshift.Open "select code from temp where code='" & Trim(txtcode.Text) & "' and effectivefr >=#" & DTPicker1.Value & "#;", cnn1, adOpenDynamic, adLockOptimistic, adCmdText
What should be the statement if Database is SQL
Thanks