G'day! I'm wondering if you could help me on this one.
I have two combo boxes: Date and DayNight. I select a value from Date, say 16/2/05. Then I select a value from DayNight, say 'Day'. I have still another combo box DateDayNight, and this is to join the two together. I.e. After 'Day' would be selected from the DayNight box, the third combo would automatically display "16/2/05 | Day". How can this be done? I know this code for inputting the one value:
me.datedaynight.value="16/2/05"
But I don't know how to put the two values together (the above wasn't a very good example, though).
I'd appreciate your help.