D
David P. Lurie
Why can the currentuser method be used as a function for a default field
value within a text box on a form, but not when configuring the field in
table design view?
Is it because the fully qualified object specification for currentuser is
undefined while in table design, but is defined for the form's textbox? I
looked at expression builder as well; it lists currentuser as an available
function when accessed through the properties window of a text box on a
form, but not when accessed in table design.
I need to capture the user last modifying records in several tables, along
with a timestamp. Now() is used for the default timestamp value in the table
design, and propogates to all forms, as expected. Currentuser has to be
specified as the default value for the relevant text box on each separate
form.
Thanks,
David P. Lurie
value within a text box on a form, but not when configuring the field in
table design view?
Is it because the fully qualified object specification for currentuser is
undefined while in table design, but is defined for the form's textbox? I
looked at expression builder as well; it lists currentuser as an available
function when accessed through the properties window of a text box on a
form, but not when accessed in table design.
I need to capture the user last modifying records in several tables, along
with a timestamp. Now() is used for the default timestamp value in the table
design, and propogates to all forms, as expected. Currentuser has to be
specified as the default value for the relevant text box on each separate
form.
Thanks,
David P. Lurie