Using DAO for form Navigation

pakistranger

Registered User.
Local time
Today, 20:35
Joined
Sep 5, 2006
Messages
12
Hi guys, I am new here in this Forum and in Access as well. I am wanting to use recordset on a form and two buttons that I want to program manually for navigation of Records. How can it me made possible keeping my code professional. I have tried to declare the Recordset as Public and it works but I have error if I use .movenext when the recordset moves to last one. Is this right approach to use recordsets as Public.

TO avoid this If I use While .eof My purpose does not get solve because I wanna navigate with clicks but if I use 'IF recordset.eof Then' , strangely enough my record count gives me the value 1. SO I am kind of stuck. Please Advice me that is this a good approach to use this programming way to navigate through recordset OR it is better to stick with standard given controls like subforms etc. I just find those controls limited or cumbersome.
 
Why are you not interested in using forms bound to a query?
 
Thanks Pat, I think you are right. I need to change behaviour about that. Actually Access is need from my job. But I find it very limited but anyways. Thanks much
 

Users who are viewing this thread

Back
Top Bottom