hello guys, i have created a jform which contains these field;
ComboBox_decCode(description code)
ComboBox_itemCode(item code)
combo_Area(Branch_Area)
ComboBox_dept(Branch_Code)
txt_sn(Serial Number)
i want to generate a serial key based on these information in my database.
Description Description_Code
--------------- ----------------
Lands & Building LB(001)
Branch_Area Branch_Code
------------ -------------
Labone LB(001)
now the idea is when i select all the data for each combox on my jform it should automatically generate a serial key in the txt_sn.
i want to generate my serial number based on a default "FC"+/ +Branch_Code+/+Description_Code
example is FC/LB/100/LB/001 so the FC constant
Any directions or help will be appreciated THANK YOU