Hi everyone,
i have an emp id say p12234
and an entry for this id has been made into the access DB.
now i want to add another record for the same key (there is no primary key set)
such that the output appears as :
emp_id name qty date
p12234 p 1 30/03/2007
p12234 p 2 31/03/2007
plz help to write the query for this.....