I have 2 tables related (many to one), as well as a form with subform; the later table being the data source for the sfrm.
the problem I seem to be having is:
if no entries exist in the related field of both tables (- there would never be an entry in one without a relationship to the same entry in the other), then when the form loads in cannot link the sfm (null error)
my thought is that before the form loads, I need to check if there are any entries in the field, and if not -break the link between the tables, and when an entry is made, re-establish it
does this make any sense, or am I crazy thinking?
as always, with many thanks in advance..
Mark