Search results

  1. G

    CheckBox to hide adjacent textbox on a Continuous form

    I have form that has a textbox that overlays another Textbox, I am attempting to hide one textbox and make the other visible depending on the checkboxs value = "True" or "False" . I have placed my code on the afterupdate event, but the issue I am having if I click the checkbox on any row , then...
  2. G

    using the results of a query as criteria within a update query

    I am having difficulty attempting to update all records in a table that match the value -1 in a field named [Hours] with the average value to that to that same field. At the moment the sql view shows the following UPDATE tbl_Staff SET tbl_Staff.hours = Avg([hours]) WHERE...
  3. G

    Making variable availble throughout the Application DB

    Hi Everyone! I am struggling with how to make a variable available throughout my Ms Access Test.mdb I am not that up on how to do this and have tried unsuccessfully to achieve this. I know how to pass a variable form one sub to another but that is about it for my level of expertise , can anyone...
Top Bottom