I have 7 datagrids on my forums. I'm trying to find out which datagrid has the focus. If anyone has an idea on how this is done I'd greatly appreciate the help.
These are the 2 codes statments I tryed:
If ActiveControl Is dgSemester1 Then
If dgSemester2.Focus Then
Thanks for taking the time to read and write
These are the 2 codes statments I tryed:
If ActiveControl Is dgSemester1 Then
If dgSemester2.Focus Then
Thanks for taking the time to read and write