Search results

  1. M

    Using Checkboxes to choose data from a table.

    That code did not work and I had to abandon it as soon I posted it :o. The problem was I didn’t use DAO.Recordset on the form load after that I just used If chk1 =true then CurrentDb.Execute(“UPDATE querTbl SET Available=True WHERE [Field Name2] = ‘field content’”) Else...
  2. M

    Using Checkboxes to choose data from a table.

    I just realized that the form did not have a DAO.Recordset hooked up and that was the problem. :D
  3. M

    Using Checkboxes to choose data from a table.

    Where am i going wrong. I have a table tblMessages, with a yes/no column called Available I have a form with three checkboxes chk1, chk2, and chk3 the when i click chk1 the other two check should be checked which this code seems to do but what it is not doing is going to the table and selecting...
  4. M

    Hi

    Thank you all for your warm welcome
  5. M

    Hi

    Although I was born and raised in Addis Ababa, Ethiopia I call the states home. I am not new to programming. I use programming often but it has been ages since I have used VB in any of its forms. And as for access it has been longer than that. I will be asking many stupid:o and funny...
Back
Top Bottom