Hello gsrajan,
In the properties box of each form, section Other, menu shortcut, include your tip about your textbox. To change your textbox backcolor:
Me.txtName.Backcolor = 255 (red color)
Me.txtName.Backcolor = 0 (black color)
Search for a table of colors and its code for Access VBA.