Recent content by cpidgeon

  1. C

    Forms: Survey database

    I could not get this to work. Can you take a look at my code? Private Sub Ctl1a_AfterUpdate() Me.PQL1b_1e.SetFocus End Sub Private Sub Ctl1a_BeforeUpdate(Cancel As Integer) If Ctl1a = Yes Then Me.PQL1b_1e.Visible = True Me.PQL1g.Visible = False Else If Ctl1a = No Then Me.PQL1g.Visible = True...
  2. C

    Forms: Survey database

    Hello, I have a 38 question survey that was originally designed on paper. I was asked to setup the survey as a database. (one questions per form = 38 forms)The paper document has skip logic-- So, it banches to the next question, based on the users answers. Can anyone offer any advice?
  3. C

    Hello

    My name is Charlotte and I'm a Research Coordinator with a large hospital in Southern Nevada.
Back
Top Bottom