Error Message: Invalid Outside Procedure

CarrieFisher

Registered User.
Local time
Today, 10:51
Joined
Feb 25, 2011
Messages
27
Good Evening,

I have a tab with a sub report it in. It is pulling from tblemploymenthistory.

The Links Master Field is Employee Number from tblemployee

The Links Child Field is Employee Number from tblemployment history.

I put a sample in the tblemploymenthistory then opened up this subform. I wanted to add an additional results in below rows.

I go to place the same "employee number" into the next row and I get this error message "The LinksMastersFields Property setting has produced this error": Invalid outside procedure.

I have attached a print screen.
 

Attachments

  • employment history report design view.jpg
    employment history report design view.jpg
    104.2 KB · Views: 275
  • employment history report.jpg
    employment history report.jpg
    96 KB · Views: 259
Good Evening,

I have a tab with a sub report it in. It is pulling from tblemploymenthistory.

The Links Master Field is Employee Number from tblemployee

The Links Child Field is Employee Number from tblemployment history.

I put a sample in the tblemploymenthistory then opened up this subform. I wanted to add an additional results in below rows.

I go to place the same "employee number" into the next row and I get this error message "The LinksMastersFields Property setting has produced this error": Invalid outside procedure.

I have attached a print screen.
You posted the wrong screenshots. What this error is referring to is some code you have in your database which is in the wrong place or input incorrectly. Do this -

Open the VBA Window and go up to DEBUG and click on COMPILE and it should take you to the offending spot and highlight it. If you can't figure it out from that, post a screenshot of that part.
 

Users who are viewing this thread

Back
Top Bottom