Morning all,
Unfortunately I am currently working with Access VBA. I have a simple method; moving an object on a form:
button.Top = button.Top - 20
However on click, I receive the 'Invalid Outside Procedure' message, including:
*The exression may not result in the name of the macro, the name of the user defined function or event procedure
*There may have been an error evaluating the function, event or macro
Hope you experts can help :)