I have this database, i use it to keep track of the location each device is at. I want to be able to rename a device at certain locations so i would have to rename the device in tbl_devices, and would have to put todate date in the ReceivedDateFromDepot field in tbl_Location for the old name and then create a new record in tbl_Location with the new device name, the current location and todays date.
With the current code i can do what i need to in tbl_Location but instead of renaming the device it creates a new one with the new device name
Any help wold be appriciated
Thanks
With the current code i can do what i need to in tbl_Location but instead of renaming the device it creates a new one with the new device name
Any help wold be appriciated
Thanks