D
Dave Elliott
How can i make the form refresh itself so that the label either shows after
the update or is invisible?
I tried me.repaint and me.refresh but this did not work.
I dont want to requery or else it will leave the current record.
If ([Flag]) = True Then
Label433.visible = true
else:
label433.visible = false
end if
the update or is invisible?
I tried me.repaint and me.refresh but this did not work.
I dont want to requery or else it will leave the current record.
If ([Flag]) = True Then
Label433.visible = true
else:
label433.visible = false
end if