Hi,
am currently facing a problem to store values from 2 textboxes.
In the first case, i have to store the values in a table, which have separate fields for the textboxes, and in this case everything is fine.
but, i also have to store the same values in another table, but this time, the values from the 2 textboxes have to be stored in a single field. The values here are in fact texts, whereby no calculations can be dne on them.
Can anyone hlp me for this part, i.e. how to concatenate these 2 texts before storing them in the single field table...?
i already know the sql to insert in a table, only to concatenate these 2 texts which i want...thx...
am currently facing a problem to store values from 2 textboxes.
In the first case, i have to store the values in a table, which have separate fields for the textboxes, and in this case everything is fine.
but, i also have to store the same values in another table, but this time, the values from the 2 textboxes have to be stored in a single field. The values here are in fact texts, whereby no calculations can be dne on them.
Can anyone hlp me for this part, i.e. how to concatenate these 2 texts before storing them in the single field table...?
i already know the sql to insert in a table, only to concatenate these 2 texts which i want...thx...