Hey,
Add a Textbox on screen, then OnScreenLoad Retrieve the Value From Table and update the Textbox with the Title. It will look like this:
The only other logic you will need to add to the Save buttons will be:
- Check if the Title has been modified by checking to see if it equals what's in the Title.Contacts Table.
- If the Title OnScreen is different than what is saved on Record then update the Title.Contacts Record in Table to what is OnScreen.
Give that a shot and let me know if you run into any problems, I'll more than happy to help.
-- Mortaza