Hi,
I have a single view form that allows use of a list of data i.e. adding and editing. The forms data source is an odbc link to a table stored on SQL server 2000.
There is a trigger on the table that writes to an audit table details of the event (user name, date, type of event etc).
Here’s the strange bit: when a record is added (after details entered, save button presses or tab changed), the record currently selected changes to a record seemingly random from the entire list as if you’ve just filtered for a completely different record! The users then have to search for the record they just added.
Without the trigger the form works fine, i.e. add a record and the form stays on the record added.
Has anyone seen this sort of thing before?
Its basically a trigger to say, “when something is added to table A, add a description to table B”. I don’t see why it should cause another record to display!
Any help would be much appreciated.