Last record data to current record.

  • Thread starter Thread starter Bryan Davis
  • Start date Start date
B

Bryan Davis

I have some calculations and some shared data that I would
like to be pulled from the last record into the current
record. Is there a way to get this done through coding or
any other means.
 
There is no inherent order for Records in a Table, you need to define what
you meant by "last".

Describe in details what you are trying to do. Adding a new Record on a
Form? and you want to copy some of the data entered in the previously new
Record you have just added? etc ...
 
Back
Top