
Originally Posted by
ItsMe
It looks, to me, like you are done! Why store, only, the last 5 in your table? You already have the last 5, along with the rest of the SS stored in the table. If you want to see, only, the last 5, employ the solution you posted.
If you really, really, desire to update the table with the data in the unbound control, use SQL and the UPDATE operator or DAO. The problem with this is, when to do it. It probably does not belong in the form you are using to view a person's profile. It probably belongs on a form where the data is initially entered and validated.