B
Burden
Can anyone help?
I have a form that i am designing which is used via a touchscreen. I
have created a box which has the active status on. When you press that
a pop up window appears and you choose the appropriate status. This
the gets put on the main form in the active status field and is saved
in to the active status field in the table.
I have 10 fields where i can store status updates and would like to
store the same information that i just selected in to a free field.
These fields are called status1 ~ status10
Example:
Status change on 01/01/08
Active status reads IH
I would like status1 to be IH if the field is empty. If it is not then
i want the IH to be put in status2 and so forth.
I also have a date field that is tied in with the status change but i
can look at that once i have cracked this part.
I have tried
If [TABLES]![ORDER STATUS TABLE]![Status3] = Null Then
[TABLES]![ORDER STATUS TABLE]![Status3].Value = [Forms]![FORM TOUCH
FIND]![ACTIVE STATUS].Value
End If
And it doesn't work. I think it is not tying to the record that i am
on. Does any one have any other code?
Any ideas.
I have a form that i am designing which is used via a touchscreen. I
have created a box which has the active status on. When you press that
a pop up window appears and you choose the appropriate status. This
the gets put on the main form in the active status field and is saved
in to the active status field in the table.
I have 10 fields where i can store status updates and would like to
store the same information that i just selected in to a free field.
These fields are called status1 ~ status10
Example:
Status change on 01/01/08
Active status reads IH
I would like status1 to be IH if the field is empty. If it is not then
i want the IH to be put in status2 and so forth.
I also have a date field that is tied in with the status change but i
can look at that once i have cracked this part.
I have tried
If [TABLES]![ORDER STATUS TABLE]![Status3] = Null Then
[TABLES]![ORDER STATUS TABLE]![Status3].Value = [Forms]![FORM TOUCH
FIND]![ACTIVE STATUS].Value
End If
And it doesn't work. I think it is not tying to the record that i am
on. Does any one have any other code?
Any ideas.