thenoisydrum
Registered User.
- Local time
- Today, 16:11
- Joined
- Jul 26, 2012
- Messages
- 52
Hello,
Long time no post......
Right, I have a question. Sometimes when pulling information from a table using a design query we need to rename those unhelpful field names into something more descriptive. To do this we simply type our desired column header name before the actual column header name and add a : and a space.
So 152POINT can be displayed as ROP MAX by doing this -
ROP MAX: 152POINT in the query design.
OK? We're all happy with that.....
I am selecting 3 fields from one table and renaming each one to what I like;
STCODE becomes STCode
REORD_NORM becomes ROP
TQUANTITY becomes Stock
I run the query and it all works handsomely.
I then pull this query into another query (linked by STCode) and it displays the Stock field header as the actual query name that it is pulled from followed by a full stop and then the field name.
So rather than simply saying Stock, it says BR Build5.Stock
Why is that? I have come across this before in other queries. I understand if I was pulling in stock from more than one place it would confuse Access but I am not in this case?
So what is it's problem?
Long time no post......
Right, I have a question. Sometimes when pulling information from a table using a design query we need to rename those unhelpful field names into something more descriptive. To do this we simply type our desired column header name before the actual column header name and add a : and a space.
So 152POINT can be displayed as ROP MAX by doing this -
ROP MAX: 152POINT in the query design.
OK? We're all happy with that.....
I am selecting 3 fields from one table and renaming each one to what I like;
STCODE becomes STCode
REORD_NORM becomes ROP
TQUANTITY becomes Stock
I run the query and it all works handsomely.
I then pull this query into another query (linked by STCode) and it displays the Stock field header as the actual query name that it is pulled from followed by a full stop and then the field name.
So rather than simply saying Stock, it says BR Build5.Stock
Why is that? I have come across this before in other queries. I understand if I was pulling in stock from more than one place it would confuse Access but I am not in this case?
So what is it's problem?