ok. I got it to work! Used this...
If DLookup("[done]", "[constants_stations]", "[id] = forms!frm_operator.id") = False Then Me.Command171.Visible = True Else Command171.Visible = False
If DLookup("[done]", "[constants_stations]", "[id] = forms!frm_operator.id") = True Then...