Hi,
When you set the key do you change the grid's RecordSource? Is that a temporary table that you are using?
If that is the case then when ever you create a new set of records do the following:
Assume the grid's name is called grdPickList.
ThisForm.grdPickList.RecordSource=SPACE(0)
That...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.