Hi everyone.
I suspect that as soon as I click submit, I am going to have a eureka moment and realise the errors in my ways.
What I am trying to do is populate 2 fields, based on a selection made from a drop down.
For example, the drop down contains a serial number, depending on the one chosen, it will populate a field containing a data and a unique number.
In this case, I need to reference the date and unique number back to the serial.
So if serial 1 is selected, display date1 and unique1, if serial 2 selected, display date2 and unique2
Should I create a db table just to achieve this or that over kill.
I have read the How do I build a select drop-down, radio button or checkbox group? documentation which left thinking 😲
Maybe I am not fully understanding the syntax.
Off to a dark room, then start again.
Simon
I suspect that as soon as I click submit, I am going to have a eureka moment and realise the errors in my ways.
What I am trying to do is populate 2 fields, based on a selection made from a drop down.
For example, the drop down contains a serial number, depending on the one chosen, it will populate a field containing a data and a unique number.
In this case, I need to reference the date and unique number back to the serial.
So if serial 1 is selected, display date1 and unique1, if serial 2 selected, display date2 and unique2
Should I create a db table just to achieve this or that over kill.
I have read the How do I build a select drop-down, radio button or checkbox group? documentation which left thinking 😲
Maybe I am not fully understanding the syntax.
Off to a dark room, then start again.
Simon