I don't know the subject

1

1aae

Thank you
I have query this query use unique value for example companyname
CompanyName
Hp
MS
Canon

I want text box in a form display this value like (Hp, MS, Canon) is this possible

thank you
 
C

Chris Nebinger

Add a column in your query:

AllFields: HP & ", " & MS & ", " & Canon

Then use this field as the recordsource for the text box.


Chris Nebinger
 
1

1aae

Dirk Goldgar
Thank you
This is what I want is Automaticliy concatenated Value in CompanyName Field
without typing and the example is very good
But..Very Hard
Is there any easy code to apply only for one field No Relation just one
Field?
Sorry!
And Thank you

1aae said:
Thank you
I have query this query use unique value for example companyname
CompanyName
Hp
MS
Canon

I want text box in a form display this value like (Hp, MS, Canon) is
this possible

thank you

If Chris Nebinger's isn't what you want, this code may be:

http://www.mvps.org/access/modules/mdl0004.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Data Entry VBA 4
Data entry for a table from a form 1
Input Mask / Format 1
Query Filter Based on Mainform 3
Update query based on a form value 9
Searching via combo box 1
Runtime Error 3075 5
SQL with IIF 5

Top