Im still finding problems in my document control system, and have arrived at one of the most important bits. (Im completely new to access so Ive been learning as I go).
Part of the system involves adding a new version of a document to the database, by setting the old one to obselete and adding a record of the new one. To reduce the likelihood of typos I made it so that the Name of the document is picked from a list of the existing records in the database. At present I just allow additions and close the window to add a record, or Me.Undo and then Exit If I do not want to keep the new record, but I think this is a bit cumbersome and probably quite clumsy. How would I correctly add a new record, AND edit the old one?
Any help would be very much appreciated!
Thanks
Part of the system involves adding a new version of a document to the database, by setting the old one to obselete and adding a record of the new one. To reduce the likelihood of typos I made it so that the Name of the document is picked from a list of the existing records in the database. At present I just allow additions and close the window to add a record, or Me.Undo and then Exit If I do not want to keep the new record, but I think this is a bit cumbersome and probably quite clumsy. How would I correctly add a new record, AND edit the old one?
Any help would be very much appreciated!
Thanks
Comment