Hi team
I want my DBGrid to open with a specific value (chosen on another form). How do I tell the DBGrid to find a specific record and then set that record as the current?
Printable View
Hi team
I want my DBGrid to open with a specific value (chosen on another form). How do I tell the DBGrid to find a specific record and then set that record as the current?
Have you tried selecting that record in the recordset. That should select it on the DBGrid that is bound to it.