S
suek
I have a main correspondence form. There is a relationship between the
correspondence and the location (asset number), as correspondence is always
about a location. Sometimes the correspondence will relate to work currently
being done at a particular location.
So my fields for the main form drawn from the underlying tables of locations
and correspondence are: correspondence id, Asset Number , type of enquiry,
stage of enquiry, description (join on Asset number). Now due to popular
request, I am also attempting to include a sub form which populates whenever
the correspondence is in relation to a location where work is currently
taking place. This is drawn from records in the current job table, ( fields
there are job id, asset number (fk), current treatment, planned upgrade,
planned completion date, so there is also a join there on asset number.)
What is happening is that since adding the subform, every time I try adding
correspondence, I get a message telling me that it needs to update the
current job table as well. I have tried changing the relationships, but
despite manipulation of anything that will move, cannot get a situation as I
had hoped that the subform is there for information only. Any suggestions
please?
correspondence and the location (asset number), as correspondence is always
about a location. Sometimes the correspondence will relate to work currently
being done at a particular location.
So my fields for the main form drawn from the underlying tables of locations
and correspondence are: correspondence id, Asset Number , type of enquiry,
stage of enquiry, description (join on Asset number). Now due to popular
request, I am also attempting to include a sub form which populates whenever
the correspondence is in relation to a location where work is currently
taking place. This is drawn from records in the current job table, ( fields
there are job id, asset number (fk), current treatment, planned upgrade,
planned completion date, so there is also a join there on asset number.)
What is happening is that since adding the subform, every time I try adding
correspondence, I get a message telling me that it needs to update the
current job table as well. I have tried changing the relationships, but
despite manipulation of anything that will move, cannot get a situation as I
had hoped that the subform is there for information only. Any suggestions
please?