D
David
Hi Duane,
Here is the row source on the current powers report:
SELECT [Clients].[Client Code], [Clients].[Client name] FROM [Clients] ORDER
BY [Client name];
Here is the client name lookup field on the powers of attorney table:
SELECT [Clients].[Client Code], [Clients].[Client name] FROM [Clients] ORDER
BY [Client name];
I suspect the problem is the "client code" part but I can't get rid of it
without losing that data so it must be necessary.
best regards,
David
Lookup for officer's name, office being the appointed attorney on the powers
of attorney form:
SELECT [Officers].[Officer Name] FROM [Officers]
Here is the row source on the current powers report:
SELECT [Clients].[Client Code], [Clients].[Client name] FROM [Clients] ORDER
BY [Client name];
Here is the client name lookup field on the powers of attorney table:
SELECT [Clients].[Client Code], [Clients].[Client name] FROM [Clients] ORDER
BY [Client name];
I suspect the problem is the "client code" part but I can't get rid of it
without losing that data so it must be necessary.
best regards,
David
Lookup for officer's name, office being the appointed attorney on the powers
of attorney form:
SELECT [Officers].[Officer Name] FROM [Officers]