form bound to query, display concatenated fields

K

Ketaki

Hi,

I have an MS Access form bound to a query. in a text box i
want to display concatenation of 2 fields from that query.
it is giving me a #Name? error but can display individual
fields by themselves. I tried both & and + signs, but does
not help.

Thanks,
Ketaki
 
D

Dirk Goldgar

Ketaki said:
Hi,

I have an MS Access form bound to a query. in a text box i
want to display concatenation of 2 fields from that query.
it is giving me a #Name? error but can display individual
fields by themselves. I tried both & and + signs, but does
not help.

If your text box started life as a control bound to one of the fields,
it may have the same name as the field. Change its name to something
else that is not the name of any field in the form's recordsource.
 

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

Top