D
Danny J. Lesandrini
I have a client who has a form/subform arrangement. The subform allows
users to update events that correspond to the parent.
They ny say that out of about a million event records, there are a hundred
or so where the subform record isn't being associated with the correct
parent record.
My first question was whether this was an Access or SQL Server back end.
(this client has both flavors). It's SQL Server, so I ruled out the possibility
that the MDB was getting close to 2 gig limit and simply misbehaving.
My next thought was that it's simply user error. They insist it's not. I don't
really believe them, but there are two possibilities:
1) Since it's an "event log", there does exist VBA code that auto-logs events
and it may be inserting the wrong ParentID. I haven't been able to confirm
yet if that applies, but even if it does, that still doesn't explain why it works
999,900 times and fails 100 times.
2) There exists some quirk I've never run across where the Link Child/Master
arrangement fails. I've never see such a thing, but would be curious if anyone
else ever has.
users to update events that correspond to the parent.
They ny say that out of about a million event records, there are a hundred
or so where the subform record isn't being associated with the correct
parent record.
My first question was whether this was an Access or SQL Server back end.
(this client has both flavors). It's SQL Server, so I ruled out the possibility
that the MDB was getting close to 2 gig limit and simply misbehaving.
My next thought was that it's simply user error. They insist it's not. I don't
really believe them, but there are two possibilities:
1) Since it's an "event log", there does exist VBA code that auto-logs events
and it may be inserting the wrong ParentID. I haven't been able to confirm
yet if that applies, but even if it does, that still doesn't explain why it works
999,900 times and fails 100 times.
2) There exists some quirk I've never run across where the Link Child/Master
arrangement fails. I've never see such a thing, but would be curious if anyone
else ever has.