M
Mike
I have two tables:
Table 1 - Sign Data
Table 2 - Sign installation History
Table 1 is tied to my sign information display form. On this form is a
button to view the sign history, which opens a subform tied to Table 2.
Here is the problem that I have.
On my sign information display form I want to display the most recent sign
installation activity for each sign from the sign history table.
Each sign has a ID number that relates the two tables to each.
I do not know how to do this. I do not know how to have access look at the
same ID numbers in the history, determine the most recent date, and then show
the most recent information on the same sign ID display on the main form.
Hope my explaination is clear enough. Thanks.
Table 1 - Sign Data
Table 2 - Sign installation History
Table 1 is tied to my sign information display form. On this form is a
button to view the sign history, which opens a subform tied to Table 2.
Here is the problem that I have.
On my sign information display form I want to display the most recent sign
installation activity for each sign from the sign history table.
Each sign has a ID number that relates the two tables to each.
I do not know how to do this. I do not know how to have access look at the
same ID numbers in the history, determine the most recent date, and then show
the most recent information on the same sign ID display on the main form.
Hope my explaination is clear enough. Thanks.