How do I move to a position in a bindingsource that matches a primary key value?
I seem to be having a problem with the bindingsource.find property. I need to be able to move to a specific bindingsource position that contains a specific GUID.
I was trying to use:
BindingSource.Position = BindingSource.Find("Client
GUID", TempGUID)
The error is: Specified method is not supported.
Thanks,
John
Start Free Trial