removing a macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I "inherited" a database, and the person who created it turned a feature off
that I need to turn back on. When you click on a combo box, a message appears
saying "This feature is disabled until after the grace period" I think she
used a macro. If I delete the macro will it break my database?
 
Probably not, but that would be hard to answer without seeing everything
that was done. There is probably simply some code that fires on that field.
Go into design view and take a look at the properties for that field.

Since it says "after the grace period", it sounds like there is an "if"
condition in there that tells it to look for some kind of date. You could
just monkey around with that to remove the condition.
 
Back
Top