The attached mdb opens two forms on startup. Is there a way to reproduce clicking the Command0 button on the Form3 form via VBA code? I'm asking this because I intend to hide the Form3 form on startup and I'm also forced to use this procedure because the Ricarica subroutine in Module1 works properly only if I don't call it from the FDezzo form but rather from another form.
I've tried using
Form_Form3.Command0_Click
from the Click event of the Update button on the FDezzo form but I get a message that Command0_Click isn't recognised.
I've tried using
Form_Form3.Command0_Click
from the Click event of the Update button on the FDezzo form but I get a message that Command0_Click isn't recognised.