Hi all,
Newbie here. am writting some VBA for MS ACCESS and wondered if there is a better way of writting some code.
I have a check for lots of different data in a string and wondered if i can use CASE or similar.
Sample code reads...
If InStr(1, Me.txt_sp, "Give & Take", 1) Then TM =...