Hello everybody (hi DR NICK)
OK i have main MDI PARENT with a toolbar on it
i also have an mdi child with a paged view of a recordset (access db)
I would like to have on my toolbar a button for "fIRST rECORD"
a button for "NEXT RECORD", "Priv Record", "Last record"
I have these buttons on the child and they work fine using this kinda code
Me.BindingContext(DataSet11, "CustomerDetails").Position = 0
that makes it go to the start of the recordset
HOW CAN I MAKE MY TOOLBAR BUTTONS PERFORM THE SAME FUNCTION CONSIDERING ME.BINDINGcONTEXT & DATASET11 ARE NOT PART OF THE MAIN MDI PARENT ???????????????




Reply With Quote