Page 1 of 1

Combobox

Posted: Fri Jun 26, 2020 7:13 pm
by bennywww
Hi
need help Combobox
(in value fields) is text format and used in the database
how do i give the text a number value too
I will use the value for some calculation
benny

Re: Combobox

Posted: Fri Jun 26, 2020 8:19 pm
by Pablo
The value can also be a number.

Re: Combobox

Posted: Sat Jun 27, 2020 12:32 pm
by bennywww
more info
i need text and numbers both values
the selected field with text for database
and numerical value for field for calculation in form
benn

Re: Combobox

Posted: Sat Jun 27, 2020 12:43 pm
by Pablo
There can only be one value per item, this is standard HTML functionality.
If you need more advanced functionality then you will nee to implement this with scripting.