|
-
Dec 1st, 2001, 07:33 AM
#1
Thread Starter
Hyperactive Member
Moving Through Records with DBGrid or FlexGrid
I have a form that I want to setup like a Master/Detail form in which the Master Data is displayed in a grid at the top of the page and the details of the record displayed in Textboxes at the bottom of the page. This I can do easily and I can move through the records using movefirst, movenext, movelast, moveprevious..
I am using DAO 3.6 and no data control.
What I need to do is be able to click on a record in the grid and have the related record displayed in the textboxes at the bottom of the form. I also need the selected record hilited in the grid if the user uses the movebuttons on the form to navigate the data.
Both of these things are done automatically if both the grid and the textboxes are bound to a datacontrol but I'm not using one.
Does anyone know how this can be done?
Thanks, Rev. Michael L. Burns
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|