C
Carlos
Form based on Stored Procedure where AccountCode = @ActCod.
There are multiple entries with one AccountCode and I want
to display a specified entry based on the id. That is,
when the account is added/edited with say id 20398, I will
refresh the screen (this will display record with id = 1).
At this point, I want to know what to do to automatically
display record 20398.
Help is greatly appreciated.
Charles
There are multiple entries with one AccountCode and I want
to display a specified entry based on the id. That is,
when the account is added/edited with say id 20398, I will
refresh the screen (this will display record with id = 1).
At this point, I want to know what to do to automatically
display record 20398.
Help is greatly appreciated.
Charles