MasterLinkFields error "return without gosub"

  • Thread starter Thread starter bc
  • Start date Start date
B

bc

OK, database was working just fine. Today have kept getting this error
everytime trying to enter a second record into the subform. The link is the
"EventID" Parent is the Seminar, the child is the AdvertisingInfo (this is
the subform). Nothing has changed since two days ago, working fine. Have
relinked, redone the subform, following the wizard (I don't know how to
program) and absolutely nothing will get to the second record of the subform.
Basically 1 seminar can have many ads, so the eventID is the link, then each
record in the subform gets their own AdID (auto generated). Sorry this is so
confusing, I am a self taught, with a little bit of basic instruction. Thank
you for any and all help. :)
 
Have you verified that any code in your database compiles without producing
an error? The reason I ask is that the error you quote, "return without
gosub", sure seems like a VBA error to me. Open any code module (create a new
stand-alone module, if you don't know of a form or report that includes a
class module). Then click on:

Debug | Compile {ProjectName}

where {ProjectName} is the name of your VBA project.

Correct any compile errors first. If you created a new module, then you can
click on No when prompted if you wish to save the module.


Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
 
Back
Top