Can somebody help me explain how the choose function works.
Code:
Choose([ServiceCenters]![ID],15,30,46,61,0,0,0,0,0,0,95)
If this code is in an update query, and the criteria are met, then it will choose one of this value and updated in the ID field of the ServiceCenters Table?
Code:
Choose([ServiceCenters]![ID],15,30,46,61,0,0,0,0,0,0,95)
If this code is in an update query, and the criteria are met, then it will choose one of this value and updated in the ID field of the ServiceCenters Table?