Hello,
You know, wew can open any form with criteria like this codes;
I want to like this code for button feature adjestment. For example, I want to enable the button1 with criteria.Code:DoCmd.OpenForm "Form Name", acNormal, , "[ID]=" & Me.ID
I know, "Me.Button1.Enabled=True" code is working always but this code is not incluyding any criteria. I want to like this: ID=1 record Button1 must be enabled=True..
Is that possible? Thanks.