Access does not allow creating a
master child relationship for a Form
and Subform when the Subform is
unbound (The Subform contains an
ADO recordset based on MySQL
data). Does anybody know hard to
get around this?
AFAIK, the definiton of synchronizing via Link Master Fields and Link Child
Fields requires both forms be bound.
Perhaps if you could explain or define what you mean by a Master-Child
relationship with an unbound child form, someone could offer suggestions.
Larry Linson
Microsoft Access MVP
P.S. I worked enhancing an Access ADP which had unbound forms (at least
partially because the author did not realize he needed to have primary keys
on the tables in SQL Server). One form appeared similar to a Form/Subform,
but included a great deal of code to try (unsuccessfully) to make it work. I
got the DBA to designate the primary key, bound the forms, got rid of a good
deal of code, and it worked very nicely. Perhaps your easiest solution would
be to consider binding the form in the Subform Control.