Hi
What am i doing wrong here please?
I would like to put a dymanic select list on a form with the choices coming from a row of a table, table has the structure
id colour1 colour2 colour3
and I would like to give the dropdown the colour associated with the entry for each of colour 1-3 so if a line has
id=sss colour1=red colour2=black colour3=NULL
I would like the dynamic dropdown to have 2 choices, red or black but if the next row had
colour1=red colour2=black colour3=green
it picks up those values instead. The info for each id will be different, I have a table being built populated from the same table at the moment but built from different columns so I have a suitable record set already.
Thanks
Mark