Hi. I am trying to replace
where rst is a recordset. I have tried concatenating differently but to no avail. How do I do this correctly? I have a number of Fields, Event1, Event2, Event3 etc. MyCloseObject.[Tag] is a number1-20, I want concatenated to end up with the field name, i.e Event1, Event2 etc. Any ideas?
Code:
rst!(varMyvariable) = strSoundName
varMyvariable = "[Event" & MyCloseObject.[Tag] & "]"