Dorian,
Ok, thanks a lot for the more detailed explanation. I see that you are
using the word "edit" in a different way than I do
.
First of all, did you know that you can format more than one control at
a time, using the toolbar buttons? For example, you could select all of
the controls on the report which you want to format as Bold, and then
one click on the Bold button and they're done.
To do what you are asking, follow these steps...
1. From the Database Window, select Macros tab, and click New.
2. If you can't see a Macro Name column in the macro design window,
select it from the View menu.
3. In the Macro Name column type this...
^b
4. In the Action column, enter..
SetValue
5. In the macro arguments towards the bottom of the screen, enter like
this...
Item: [Screen].[ActiveControl].[FotnBold]
Expression: Yes
6. Close and save the macro, name it...
AutoKeys
Now, when in design view of your report, the keyboard shortcut Ctrl+B
will format the currently selected control as Bold.