fDesign?

  • Thread starter Thread starter Leslie
  • Start date Start date
L

Leslie

Hi,
I'm getting an error in Access 2000 that says -
"...can't run the macro or callback function 'fDesign'.
Make sure the macro or function exists and takes the
correct parameters."
The only time I get the error is when I try to switch from
table/query/form/report view to design view from the
toolbar and it happens in all of my databases, not one in
particular. So I would assume that it is something
missing in the Access program itself. How do I fix this?!

Thanks in advance,

Leslie
 
I think I remember writing a function with that name and calling it from
a custom Menu item for one of my projects. It sounds like you have
incorporated this custom menu item at some point in your development
process. Just delete the Menu or CommandBar item that calls the fDesign
function. If you have not made any changes to the CommandBar/Menu
structure just open up the dialog and select reset.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Thanks, Stephen. That took care of the problem. I
appreciate your help!

Have a great day.

Leslie
 
Back
Top