D
DBarker
I tried this on test data and it worked, but when I try
to edit it for my current database I get a join error and
it points to the "ON [stito]" section, I have tried
taking brackets away and leaving them in. I have tried
everything. I don't know why this is not working any
help would be appreciated.
UPDATE To INNER JOIN [stifrom]
ON [stito].[CaseID] = [stifrom].[CaseID]
SET stito.Journal = [stito].[Journals]+": " & [stifrom].
[Journals]
WHERE (((stifrom.Journals) Is Not Null));
to edit it for my current database I get a join error and
it points to the "ON [stito]" section, I have tried
taking brackets away and leaving them in. I have tried
everything. I don't know why this is not working any
help would be appreciated.
UPDATE To INNER JOIN [stifrom]
ON [stito].[CaseID] = [stifrom].[CaseID]
SET stito.Journal = [stito].[Journals]+": " & [stifrom].
[Journals]
WHERE (((stifrom.Journals) Is Not Null));