On 26 July, 19:00, ManningFan <manning...@gmail.com> wrote:
> After an Update statement, the table will reset itself. *This means,
> the Edit function will then start at the first row in the table and
> edit that row. *You will need to set a cursor or reset the recordset
> to just the record you want to edit by using a WHERE clause in the
> SELECT statement of the recordset.
Thanks; yes I found it not to work.
I did a seek on the table I was populating each time and that works
OK, ie if there's a no match, it adds the basic details to a new
record, but if there's a match it adds extra fields to the record it
just made. As long as the source recordset is sorted it seems to work
OK (the source has multiple records per person which I am having to
make into a flat record).
|