Quote:
Originally Posted by vsts2007
I created a form for delivery challan in ms-access in 2007-08 with fields like s.no (autonumber), item description (text), quntity (number), consignee address etc. Now when i copied same format for current year the S.NO. field (autonum field) is continuing the old sequence from the last fin. year but I want to start it from the beginning i.e. from No.1 for current financial year.
is this clear sir
WOW!
After reading this a few times I think I get what you are trying to ask. Did you simply copy and paste the table then erase all of the old records and attempt to add data? If so that is your problem. If you create a table and assign a field (S.NO in your case) as an AutoNumber and simply copy and paste the table the autoNumber will continue even if you delete all of the records in the "new" table. When you copy make sure that you select "Structure only" before you paste it this will cause the AutoNumber to reset. Hopefully that solves your problem