Hi. I'm currently working on an app with Form being the main input of data. I would like to create a textbox where it summarizes all the information I gathered from the text boxes in that form.
On the summary box, I want to load this statement automatically: The Ticket # 123456 about Can't sign in account has been Closed on 10/12/2021. Is it possible with forms?
Hi @biancadevera ,
The Default of the bottom text box would be
"Ticket" & YourTickbox.Text & " about " & YOurIssueDescriptionBox.Text & " has been " & YourStatusDropdown,Selected.Value & " on " Text(YourDateClosedBox.SelectedDate, "mm/dd/yyyy")
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
WarrenBelz
770
Most Valuable Professional
stampcoin
494
MS.Ragavendar
399