E
EddWood
I have an invoice form that I can select items in the sub form to dispatch.
I want the next time the form is opened the items that have been marked as
shipped I want then to be disabled, so they can be seen but not edited, I
think my code should be something like:
Private Sub Form_Load()
if me.check85 = 0 then
(this row ) enabled = false
end if
End Sub
I just don't know how I structure the code if anyone can suggest?
I want the next time the form is opened the items that have been marked as
shipped I want then to be disabled, so they can be seen but not edited, I
think my code should be something like:
Private Sub Form_Load()
if me.check85 = 0 then
(this row ) enabled = false
end if
End Sub
I just don't know how I structure the code if anyone can suggest?