I have 3 unbound text fields. textfield1,textfield2,textfield3
textfield1 = date()
textfield2 = computer name()
textfield2 = user name()
how do i save the result to a field in the table. say "date()" should be save on datetoday field, "computername()" to machinename field and "username" to username field.
textfield1 = date()
textfield2 = computer name()
textfield2 = user name()
how do i save the result to a field in the table. say "date()" should be save on datetoday field, "computername()" to machinename field and "username" to username field.