K
kevcar40
Hi
I have a table that contains the name of companies and a serial
number(unique) plus othe fields
after a 3 month period a new record is created and a new serial number
assigned
what i want to do is when i open a form display the serial number of
the last record along with the current serila number(this is fine) for
that company ie.
table contains
company serial number
firm 1 123
firm 2 124
firm 3 125
firm 1 126
what i to want to do now is show the last number(prior to current
record)
so if i load the current information for firm 1
i have a text box showing showing me the previous serial number of
123
i have created a query to return the max this gives me 126
now i am stuck, i cant get the query to return the last occurrence
any ideas ?
thanks
kevin
I have a table that contains the name of companies and a serial
number(unique) plus othe fields
after a 3 month period a new record is created and a new serial number
assigned
what i want to do is when i open a form display the serial number of
the last record along with the current serila number(this is fine) for
that company ie.
table contains
company serial number
firm 1 123
firm 2 124
firm 3 125
firm 1 126
what i to want to do now is show the last number(prior to current
record)
so if i load the current information for firm 1
i have a text box showing showing me the previous serial number of
123
i have created a query to return the max this gives me 126
now i am stuck, i cant get the query to return the last occurrence
any ideas ?
thanks
kevin