G
Guest
Arggh - I have tried all of the suggestions and am still not quite there. I
think I am so close but missing a key element.
SAMPLEID is the Autonumber (unique) Primary key in ptbl_MASTER_SAMPLE that
links to ptbl_FISH_INDIV. I would like the default value to be the most
recent date entered into the subform (not the entire dataset).
So, from what I Understand, I should use:
DMax("[DATE_VIDEO]","[ptbl_FISH_INDIV]","[SAMPLEID]"="[ptbl_MASTER_SAMPLE].[SAMPLEID]")
But the result is blank. I appreciate your help and your patience (I am a
bit green with these type of controls). Thanks!
think I am so close but missing a key element.
SAMPLEID is the Autonumber (unique) Primary key in ptbl_MASTER_SAMPLE that
links to ptbl_FISH_INDIV. I would like the default value to be the most
recent date entered into the subform (not the entire dataset).
So, from what I Understand, I should use:
DMax("[DATE_VIDEO]","[ptbl_FISH_INDIV]","[SAMPLEID]"="[ptbl_MASTER_SAMPLE].[SAMPLEID]")
But the result is blank. I appreciate your help and your patience (I am a
bit green with these type of controls). Thanks!