1 (edited by identity 2023-09-12 09:47:29)

Topic: two textbox into one combobox

Hi guys
In my project I have 2 different textboxes (First name and Last name) which I want to show both of them in a combobox
HOW?
I have attached a sample Project somehow like my project
I need Edit 1 and Edit 2 in Form 2  are shown together in Combobox 1
thanks

Post's attachments

Attachment icon Marital Status.zip 335.42 kb, 41 downloads since 2023-09-12 

Re: two textbox into one combobox

Hi Identify,
To do this, enclose any combinations of field names in braces (curly brackets '{ }').
Optionally, you can also include text where appropriate (or unicode characters if relevant to your project and you want to get creative  wink ).
For example

{firstname} {lastname}

Or

First Name: {firstname}  Last Name: {lastname} 

See examples in the attachment.
Regards,
Derek.

Post's attachments

Attachment icon identity.zip 774.49 kb, 48 downloads since 2023-09-12