Search results

  1. A

    password protect query in Ms access 2003

    hello folks., i need to password protect query in ms access 2003 so that users cannot access the queries ? please tell me how to set that options in ms access 2003.. thank you.
  2. A

    dataType mismatch with the criteria

    Hi folks., i using windows application of .net with Vb as its language and backend as ms access i am using a query as like this cn.Open() cmd = New OleDbCommand("select * from Employee where EmpNo ='" & TextBox14.Text & "'", cn) dr = cmd.ExecuteReader() While dr.Read() TextBox13.Text...
Back
Top Bottom