"Deanna" <(E-Mail Removed)> wrote in message
news:946E4A9F-33C3-476E-A863-(E-Mail Removed)...
> Dirk,
> As you suspected Command229_Click is Private sub. What are the steps
> needed
> to change this to Public and are there (I'm assuming yes) ramifications to
> doing this?
No ramifications. Just open the form in design view, go to the form's
module and change the line:
Private Sub Command229_Click()
to:
Public Sub Command229_Click()
Recompile and save.
--
Dirk Goldgar, MS Access MVP
Access tips:
www.datagnostics.com/tips.html
(please reply to the newsgroup)