M
Mark Gough
Hi,
I am trying to automate a report based on values that are inputted through a
form. The form element works fine but then using these values in an IF
statement to determine the ControlSource has many BUGS. I am sure it is
something simple. An ideas?
This is what I'm trying to use:
If [Week] = ("Week 1") And [Number] = (1) Then
Reports![HomeworkReport].RecordSource = "Homework Entry"
Reports![HomeworkReport]![Timestables] = (1)
End If
Mark
I am trying to automate a report based on values that are inputted through a
form. The form element works fine but then using these values in an IF
statement to determine the ControlSource has many BUGS. I am sure it is
something simple. An ideas?
This is what I'm trying to use:
If [Week] = ("Week 1") And [Number] = (1) Then
Reports![HomeworkReport].RecordSource = "Homework Entry"
Reports![HomeworkReport]![Timestables] = (1)
End If
Mark