I have a linked table called "dbo_proble ms". I have a form that uses "dbo_proble ms" as its data source. The linked table "dbo_proble ms" has a field called "ID" which is a Number. This field requires a value and when I enter a new record I want the ID field to use the last record ID + 1. So for example if the last record ID that was entered was "17586", then if a new record was entered the ID would automatically be calculated and be "17587" which is (17586 + 1).
Is there a way that I can accomplish this? Any ideas, suggestions or help would be greatly appreciated. Thank you in advance.
Regards,
Catalyst
Is there a way that I can accomplish this? Any ideas, suggestions or help would be greatly appreciated. Thank you in advance.
Regards,
Catalyst
Comment