Missing caption

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top