Hi all
This must be really simple.
I have Access 2003. I created a new database, with one form, with one text field.
In the VBA editor for the form I have created a function in the form's module, which is
public sub test1()
msgbox "Hi"
end sub
I have compiled it. But if a select Run...