make command buttons not print in forms

J

jim

I have a for that has a "Print Record" button. how can I
see this button when entering but keep it from printing? i
want to keep from having to leave the form to print a
single record.
 
N

Nikos Yannacopoulos

Jim,

Open your form in design view, select the command button, display
properties, and on the Format tab change the setting of the Display When
property from Always to Screen Only.

HTH,
Nikos
 
Top