Hi, I am consrtucting a table that will contain several fields as follows
Record_ID
SpecNo
InputDate
Feedback
Record_ID will be an Auto Number, what I want to do is to also increment SpecNo. These fields will be updated from a form on a web page and when I open the insert record form on the web page i would like the SpecNo to be inserted dynamically from the table. So for instance if the last row in the table contained spec number 125 then when i call the form on the web page the SpecNo field would be populated with 126.
Is this possible ???
Regards
Paul
Record_ID
SpecNo
InputDate
Feedback
Record_ID will be an Auto Number, what I want to do is to also increment SpecNo. These fields will be updated from a form on a web page and when I open the insert record form on the web page i would like the SpecNo to be inserted dynamically from the table. So for instance if the last row in the table contained spec number 125 then when i call the form on the web page the SpecNo field would be populated with 126.
Is this possible ???
Regards
Paul