call VBA function from macro

S

Souris

I would like to call Myfunction in form_main from my macro1

I use macro edit to put

RunCode

call from_main!Myfunction()

but I got

" MS access can not find call expression...."

Are there any way to call myfunction in VBA code from macro?

Any information is great appreciated,
 
Top