I can use the pulldata function to populate a notes field in a form (by placing the pulldata function, in the calculate column of the notes field). But how do I use pulldata function to populate the default column of an integer field?
I've tried placing the same pulldata function in the default column of the integer field; and also using a calculate field to retrieve a value, and then use that field within the default column.. but neither of these methods seem to work. Is there some workaround that I'm missing?