A
Alex
I have a number of questions that need responses to be entered at certain
points during a process. I would like to have a checkbox for each question
positioned under 'seperate columns' depending when in the process the
question needs to be addressed. I have used a continuous form to display the
questions as there are a few pages of them to be completed.
The form I have in mind would look like this:
Question Step1 Step2 Step3 Due
Q1 O 1
Q2 O 1
Q3 O 2
Q4 O 3
The 'Due' column is the relevant step when the check box (depicted by an 'O'
above) is to be completed and also determines which column the checkbox
should be displayed under.
I have tried If me.due=1 then me.check1.left=300..... and so on for each
value. However, the form looks at the first value and applies it to each line
rather than checking the value of 'Due' for each line.
Any help would be much appreciated, I need to use a form layout like this
for clarity of data entry and eventually transfer it to a report.
Many thanks
points during a process. I would like to have a checkbox for each question
positioned under 'seperate columns' depending when in the process the
question needs to be addressed. I have used a continuous form to display the
questions as there are a few pages of them to be completed.
The form I have in mind would look like this:
Question Step1 Step2 Step3 Due
Q1 O 1
Q2 O 1
Q3 O 2
Q4 O 3
The 'Due' column is the relevant step when the check box (depicted by an 'O'
above) is to be completed and also determines which column the checkbox
should be displayed under.
I have tried If me.due=1 then me.check1.left=300..... and so on for each
value. However, the form looks at the first value and applies it to each line
rather than checking the value of 'Due' for each line.
Any help would be much appreciated, I need to use a form layout like this
for clarity of data entry and eventually transfer it to a report.
Many thanks