Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox - how to concatenate two fields for controlsour
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00669624
Message ID:
00669674
Vues:
12
>Thanks for your reply - I have tried this and get the error "Field phrase not found" - I have checked and the fields are definately in the view but it still occurrs.
>I am considering creating another field in my table to hold the firstname and surname together...
>Thanks again

What I gave you definitely works for a table (I didn't try it with a view), did you have the view name more that once?

I guess your right and the easy solution would be to concat them in the view.

I've just tested this with a view and it appears you need to specify the view in both fields.
RowSource = trim(view.field1)+" "+trim(view.field2)
Caroline
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform