What is the esay way to open a table in a database and only have the movefirst, moveprevious, movenext, movelast & seek features? And when the record moved, refresh the contain on screen.
Thank for all helpers.
Printable View
What is the esay way to open a table in a database and only have the movefirst, moveprevious, movenext, movelast & seek features? And when the record moved, refresh the contain on screen.
Thank for all helpers.
Use the ado control!
Make the buttons yourself!
Setup a recordset and use it like:
rs.movenext
rs.refresh
rs.update
etc etc.