I need to set up a query to incorporate the listitem name from a combo box into the resultant field like in :
Query$= "Select ID, cboDeliverBy.list(Field called 'ListIndexOfCbo' of the table, which is an integer pointing to the position of the listitem), DeliverDate from MyTable ....
so that I get :
Field(0) : ID
Field(1) : "Only deliver after" which is the listitem listed in the cbo in position 'ListIndexOfCbo"
Field(2) : 20/04/2011 'the deliver date'
Thank you so much
Query$= "Select ID, cboDeliverBy.list(Field called 'ListIndexOfCbo' of the table, which is an integer pointing to the position of the listitem), DeliverDate from MyTable ....
so that I get :
Field(0) : ID
Field(1) : "Only deliver after" which is the listitem listed in the cbo in position 'ListIndexOfCbo"
Field(2) : 20/04/2011 'the deliver date'
Thank you so much