I had forgotten to import the module. Once I did import it I was able to use Serialize. However then I had a problem referencing that field as part of my DLookup function. Here it is again as I use it:
b: DLookUp("[a]","Am Ex","[N] = " & [N]-1)
N is my quick name for the Serialize field.
I don't know, but could it have to do with the reference to [N]-1
b: DLookUp("[a]","Am Ex","[N] = " & [N]-1)
N is my quick name for the Serialize field.
I don't know, but could it have to do with the reference to [N]-1