Form "On Load"

  • Thread starter Βάππας Κωνσταντίνος
  • Start date
Î

Βάππας Κωνσταντίνος

In a form i have a button which opens a new form. I want automatically
complete two fields in new form through a macro. Macro is executed when new
form is on state "On Load" but nothing happens! I don't receive any error
message too! In the new form if macro executed with a button from the user
everything is O.K.! This has worked fine in the past in other MS Access
application that i have created. Any idea?
 
N

Nikos Yannacopoulos

Constantine,

Try the On Open event instead. That failing as well, post back with more
details on your forms and the macro.

HTH,
Nikos
 
Î

Βάππας Κωνσταντίνος

Because new form opens in new record it doesn't record automatically, with
macro (i think!). If i run macro "On enter" in the field which first gets
focus when form opens everything is O.K.
 
Top