Link to home
Start Free TrialLog in
Avatar of defacdc
defacdc

asked on

data control help

i need to know the code to do what the four buttons on the data control does.  
Avatar of Sethi
Sethi
Flag of India image

You will have to learn DAO or ADO to achieve that. Here are the links where you can find tutorials and examples to do that:

http://www.vbcode.com/asp/code.asp?lstCategory=Database
http://www.codeguru.com/vb/Database/index.shtml
|< = dataControl.movefirst
<  = if not dataControl.BOF then dataControl.moveprevious
>  = if not dataControl.EOF then dataControl.movenext
>| = dataControl.movelast
Avatar of Éric Moreau
the DataForm wizard can generate this code for you.
defacdc, an EE Moderator will handle this for you.
Moderator, my recommended disposition is:

    Save as PAQ -- No Refund.

DanRollins -- EE database cleanup volunteer
ASKER CERTIFIED SOLUTION
Avatar of YensidMod
YensidMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial