When I updat a record from the subform by project ID. I would it to clone the last record with of the currect Project ID (not the last record in general of the table but depending on the last record for that project ID). I have tried to do the following, however it clone the last record of the table instead of the current Project ID.
This is what I have so far to clone a field (Deliver date)
in the Default Value:
Dlast("[DeliveryDate]", "ProjectUpdate", "[ProjectID]"
Can somebody tell me what's wrong w/ the above? I need help.
Thanks in advance
This is what I have so far to clone a field (Deliver date)
in the Default Value:
Dlast("[DeliveryDate]", "ProjectUpdate", "[ProjectID]"
Can somebody tell me what's wrong w/ the above? I need help.
Thanks in advance