Hi,
I would like to enable a button when open another form
I tried the following:
DoCmd.OpenForm "frm_Create", acNormal, , "[TrackingID] = " & Me![TrackingID], acFormEdit, , Form_frm_Create.cmd_Delete.Enabled = True
the above code does work but it can't enable the button.
please advise...