How to build an editable form with data equivalent to a join?
问题 I have a table Tbl as follows: +----+------+----------+ | ID | Item | ItemDate | +----+------+----------+ | 1 | xv | 7/23 | | 2 | drc | 3/15 | | 3 | fna | 3/15 | | 4 | fna | 1/19 | +----+------+----------+ A user has requested a form TblForm based on this table that includes a column maxDate that gives the most recent ItemDate for each Item . The form must allow the user to edit Tbl data, so I can't just build a form based on a join query, as Access doesn't allow you to edit the results of a