In a Continuous Form.....If you disable one the Command Button for one record, you disable it for all records. The best you can do is make it non functional through the Command Button's OnClick event:
Private YouCommandButtonName_Click()
'If the query has picked it up then get outta here...