I've seen a number of questions relating to this that are quite dated, I've tried to use the = Environ("Username") as the default for a field so that when a new record is created it automatically populates the userid field with the user along with another field with the date. Environ is an unsafe function and is blocked by sandbox. Is there an alternative to using Environ that can be used in this instance.
Thanks in advance Rob