This table structure needs to be normalized into 3 tables (Employee, Asset, Asset_Employee.)
The statement you wrote would return ALL records greater than the one you are currently on.
Why don't you use the button wizard and put in the next and previous record buttons? Is there a reason you only want one record at a time in your form? You will need to assign NextSQL to the Record Source of the form: Me.RecordSource = NextSQL, etc. You will need to reopen the form to do this, I think.
Can you post more info?
mmcdonal
Look it up at:
http://wrox.books24x7.com