J
JMS
Can anyone else reproduce this? I'm running Access 2002 SP3 on ME
Place two command buttons on a form. Call the first Button1 and give it a caption of "Print
Call the second Button2 and give it a caption of "Print..." Give each an OnClick Event Procedure
The sum total of the code is
Private Sub Button1_Click(
DoCmd.PrintOu
End Su
Private Sub Button2_Click(
DoCmd.RunCommand acCmdPrin
End Su
Now for the fun part: Press a button, any button (Sorry about the tree
What I get is a picture of two buttons but only one caption
I've made each one Screen Only in turn. I get a picture of one button but no captions
I can't find any other reports about this. Thought I'd ask before reloadin
(or whatever else one is supposed to do about perverse behavior)
Place two command buttons on a form. Call the first Button1 and give it a caption of "Print
Call the second Button2 and give it a caption of "Print..." Give each an OnClick Event Procedure
The sum total of the code is
Private Sub Button1_Click(
DoCmd.PrintOu
End Su
Private Sub Button2_Click(
DoCmd.RunCommand acCmdPrin
End Su
Now for the fun part: Press a button, any button (Sorry about the tree
What I get is a picture of two buttons but only one caption
I've made each one Screen Only in turn. I get a picture of one button but no captions
I can't find any other reports about this. Thought I'd ask before reloadin
(or whatever else one is supposed to do about perverse behavior)