G
Guest
I have a table (Table name:Scheduling) which has 11 fields F1, F2, F3, F4,
F5, F6, F7, F8, F9, F10 & Check. The field 'Check' is a Yes/No type field. I
have around 50000 records in this table, every record consists of a number
from 1-100.
I want to run an update query. The query should look for five numbers (7, 8,
24, 56, 91) in every field of all records if those five numbers are present
in either of the 10 fields, then update the 'Check' field with YES.
F5, F6, F7, F8, F9, F10 & Check. The field 'Check' is a Yes/No type field. I
have around 50000 records in this table, every record consists of a number
from 1-100.
I want to run an update query. The query should look for five numbers (7, 8,
24, 56, 91) in every field of all records if those five numbers are present
in either of the 10 fields, then update the 'Check' field with YES.