P
Pitu
I have a table with combination of 2 columns named "SMID" which is a lookup
field and "interimnumber" as a primary key. Now i have a form in which the
user selects the "SMID" from the drop down combobox. what i want is the
"interimnumber to be generated in increament of 1 than the previous number
generated. eg. if the last number generated was SMID = 1 and interimnumber =
2 then when the user selects SMID = 1 from the drop down it should
automatically fill interimnumber = 3. and when the user selects SMID=2 it
should start with interimnumber = 1 and then onwards increment to interim
number =2 and so on. How can i do this?
field and "interimnumber" as a primary key. Now i have a form in which the
user selects the "SMID" from the drop down combobox. what i want is the
"interimnumber to be generated in increament of 1 than the previous number
generated. eg. if the last number generated was SMID = 1 and interimnumber =
2 then when the user selects SMID = 1 from the drop down it should
automatically fill interimnumber = 3. and when the user selects SMID=2 it
should start with interimnumber = 1 and then onwards increment to interim
number =2 and so on. How can i do this?