Search results

  1. S

    set field to visible or invisible

    Hi, I have a little problem. I would like one field called Risk_Assessment to be set to visible if Age is under 19 and set to invisible if over 19. Please can you help with the code and explain where I should put it. This is what I have done and it does not work: Private Sub...
  2. S

    set field to visible or invisible

    Hi, I have a little problem. I would like one field called Risk_Assessment to be set to visible if Age is under 19 and set to invisible if over 19. Please can you help with the code and explain where I should put it. This is what I have done and it does not work: Private Sub...
  3. S

    Specify the table containing the records you want to delete

    Hi, I get this message when I try to run a delete query. I would like to delete everything from tblVolunteer when in tblVolunteerProject.EndDate= <Date()-730. (ie basically all records 2 years old). The SQL code is this. TDELETE tblVolunteer.VolunteerID, tblVolunteer.Surname...
Back
Top Bottom