Anna,
If the focus is on the command button, pressing Enter will be the same as clicking it (unless you have done something strange with the OnKey[something] event for the button).
Open the form, click anywhere in the section (header, detail, or footer) containing the button, then press Tab until you see a dotted rectangle around the name of the button. Then press Enter and the button's OnClick action should kick off.
Jim