Use value of a n-1 record in a form

  • Thread starter Thread starter RL
  • Start date Start date
R

RL

hi
I m try to use as a default value of my field T2 the value T1 of the last
record in my forms
What can i do ?

Thanks
 
NOTE: Unteste

=dlast("[FieldName]","TableName","") for the DEFAULT VALUE of the field

the 3rd command argument is the criteria, and since you want the last one regardless of what it is, leave it as ""

HTH
Dere

----- RL wrote: ----

h
I m try to use as a default value of my field T2 the value T1 of the las
record in my form
What can i do

Thank
 
Back
Top