Linkmasterfields property setting has provided this error: 'Return

F

forest8

Hi

I'm currently getting this error message when I open my database:

Linkmasterfields property setting has provided this error: 'Return without
GoSub'

How do I resolve this issue?

This message started after I created a text box which I use to calculate the
age of a student.

Thank you for your help in advance.
 
S

Steve

When you get the error message, click the button on the error dialog. It
will take you back to the procedure where the eror is occuring. You have a
Return statement that does not belong on the routine. Probably you once had
GoSub code to branch to a subroutine. You must have deleted the GoSub but
did not delete its corresponding Return statement.

Steve
(e-mail address removed)
 

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

Top