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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top