thread702-1475260
Hi,
The above thread was closed so I've started a new one.
In the above thread MajP stated that "All form instances share the same name and only the original instance is a member of the forms collection the Forms collection."
This is incorrect - each instance appears in the...
Assuming the function returns null if any fields are blank, something like this should work:
field1 = somefunc()
field2 = not isnull(field1)
You could place it in the afterupdate proc of all fields contributing to the answer or the beforeupdate proc of the form depending on your requirements...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.