Editing list boxes in form...

J

Joe Leon

I have 120 list boxes in a form that contain the Row Source data as follows:

SELECT [TableAssignments - Member].Sit2 FROM [TableAssignments - Member]
WHERE ((([TableAssignments - Member].TableNo)="02"));

Is there a way to edit all the list boxes within the form without having to
go to each one? I need to change in all the list boxes, Member to Visitor.
 
Top