Hi, sorry by my poor english,
I have a table "counter" in Ms Access with two fields "idnumber" and "year"
"idnumber" takes values like 1,2,....,100,...i can do this with a autonumeric field but "idnumber" field depends of "year" field.
I need something like the next example
"idnumber" "year"
001 2009
002 2009
003 2009
001 2010
002 2010
004 2010
001 2011
How can i do this in phprunner?
Thanks.