Report using Fields with the same name from different tables

  • Thread starter TheLee via AccessMonster.com
  • Start date
T

TheLee via AccessMonster.com

Hello all -
I created a db with no knowledge of naming convention. Now I am attempting to
write some reports pulling data from tables with the same field names.
Apparently Access doesn't like this....I attempted to change the names in the
BE but when I relink the FE it is prompting for parameters.

What is the best way to proceed?

Thanks -
Lee
 
M

Marshall Barton

TheLee said:
I created a db with no knowledge of naming convention. Now I am attempting to
write some reports pulling data from tables with the same field names.
Apparently Access doesn't like this....I attempted to change the names in the
BE but when I relink the FE it is prompting for parameters.


The parameter prompts are because you also need to change
all the places where the changed names are used. After
going through that exercise, you will have learned to put
more planning into creating names.

If worst comes to worst, Access will accept table.field
syntax in most places.
 
T

TheLee via AccessMonster.com

lol - Yea, I thought that was what I would have to do.

Thanks -
 

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