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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top