simple Q: macro vs code

  • Thread starter Thread starter rmanchu
  • Start date Start date
R

rmanchu

is there a way to get parameters passed into vb code (eg: NewData in
NotInList for ComboBox) in a macro?

thanx
riyaz
 
after some research, the answer that i can find is:

there is no general method to get such variables.

NewData (from NotInList) can be obtained from Screen.ActiveControl
Cancel (beforeupdate events) can be sustituted with DoCmd.CancelEvent
Cancel (NotInList) Cannot do this with macro.

is the above wrong?
 
Back
Top