L
LakeDistrict Man
I have inherited a database and need to mark certain records within the table
to indicate the last entry,
In excel I would use offsets etc to check for certain values before updating
a field, however in Access I am a bit stuck,
I have 3 columns, lets call them A, B and C
In column A is stored a customer ref number, it is unique to the customer,
however it could be entered up to x number of times dependent on the service
used on a particular date,
In column B I have a numeric, i.e. 1 to x which runs in tandem with the
customers current line entry, i.e. 1st customer entry would have 1, 2nd
customer entry would have 2 and so on…
In column C what I want to do is insert a “Y†where the last customer record
is found,
I want to run a bit of code etc that looks at Column A and Column B, finds
the last entry for that Customer, and then updates Column C with a “Yâ€
Is this possible….
Thanks in Anticipation
to indicate the last entry,
In excel I would use offsets etc to check for certain values before updating
a field, however in Access I am a bit stuck,
I have 3 columns, lets call them A, B and C
In column A is stored a customer ref number, it is unique to the customer,
however it could be entered up to x number of times dependent on the service
used on a particular date,
In column B I have a numeric, i.e. 1 to x which runs in tandem with the
customers current line entry, i.e. 1st customer entry would have 1, 2nd
customer entry would have 2 and so on…
In column C what I want to do is insert a “Y†where the last customer record
is found,
I want to run a bit of code etc that looks at Column A and Column B, finds
the last entry for that Customer, and then updates Column C with a “Yâ€
Is this possible….
Thanks in Anticipation