ODBC and subforms

  • Thread starter Thread starter Carol Grismore
  • Start date Start date
C

Carol Grismore

I have a main form and a subform that both get their data
from linked tables on the same Sybase database.

The subform works just as it should when opened by
itself. If I remove the subform from the main form, the
main form also opens just as it should.

I am using a common field in the two forms for the
Parent/Child relationship.

When I open the main form with the subform in it, I get
the message "ODBC call failed". The main form has data,
but the subform has none.

What does this message mean? How can I get my subform to
open with data?
 
I would check the settings for the link master/child fields in the sub form
control.

Make sure that is set correclity.
 
Back
Top