How to search a field in a table in Access
问题 Using VBA, how can I search for a text string, for example "CHIR" , in a table called "ServiceYES" , in the field "Service" . After that, I would like to save the neighboring field for all the rows that "CHIR" exists in the table "ServicesYES" . The "ServiceYES" table is below: I basically, want to find all the "CHIR" in "Service" column and then save the names which are on the left of the CHIR, eg "FRANKL_L" , "SANTIA_D" as an array. Thanks for all your help in advance. 回答1: Start by