S
snowiii
I have a subform that has 2 disstinct memo fields that have a unique
date/time stamp for each new memo record. The data is store to it's own
table and has a one to many relationship with another table.
What I am struggling with is the following:
When I open the primary form (Projects) I want the sub-form (StatusComment)
to show the memo fields with the last comment, first (e.g. on top). In the
subform I have filled in the "Order by" with the date/time field name and
indicated it should be in descending order
(StatusComment.AccomplishmentsDateTime DESC). But when the form opens, it
shows the first memo record in ascending order.
I am looking for any suggestions on how to make this work in the manner I
would like it to..
date/time stamp for each new memo record. The data is store to it's own
table and has a one to many relationship with another table.
What I am struggling with is the following:
When I open the primary form (Projects) I want the sub-form (StatusComment)
to show the memo fields with the last comment, first (e.g. on top). In the
subform I have filled in the "Order by" with the date/time field name and
indicated it should be in descending order
(StatusComment.AccomplishmentsDateTime DESC). But when the form opens, it
shows the first memo record in ascending order.
I am looking for any suggestions on how to make this work in the manner I
would like it to..