Hello,
I am working with access front end. I have got a form connected to Sql,it saves data in the database. Now i would like to pull data back from the database. There are a few buttons on the form,like previous,next,first and last. If form is empty and user click on previous button,then it should pull up the last record enterd in the database(according to the max id in the table),and when user keeps clicking it,it should pull back previous record one by one and so on.
Any suggestions how to do it?
I am working with access front end. I have got a form connected to Sql,it saves data in the database. Now i would like to pull data back from the database. There are a few buttons on the form,like previous,next,first and last. If form is empty and user click on previous button,then it should pull up the last record enterd in the database(according to the max id in the table),and when user keeps clicking it,it should pull back previous record one by one and so on.
Any suggestions how to do it?