Using a Userform to modify a record
Posted by lenze on August 13, 2001 8:03 AM
I have a source table with several thousand records containing a unique identifier in Column A. In column G I have a YES/NO field with NO being the default. I would like to use a userform to allow someone to input the unique Identifier and when they Click OK, the correct record would be found and the value in Column G would be changed to YES. I can find the correct record, but do not know how to select and edit column G.
Thanks