On Fri, 17 Jun 2022, Dennis Lee Bieber wrote: >> ContactNameInput, 'lname', >> ContactNameInput, 'fname', This works if a tk.labelframe is where the widget is placed. In my case, as MRAB taught me, the proper syntax is self,'lname'... self.'fname'... Thanks, Dennis, Rich