Search results

  1. R

    How to get field variables stored in a string to return the values of the fields

    Hi The problem VBA - DAO How do I extract a value from a string containing field names Data: rst1!data1 = "ABC" rst1!data2 = "000123000" query Fields sourced from a lookup: FldVarString = "Nz(rst1![Data1]) & mid(rst1!Data2],3,3)" (or any of a number of combinations) I want another...
Back
Top Bottom