jarra_mackem
Registered User.
- Local time
- Today, 17:53
- Joined
- Feb 28, 2008
- Messages
- 17
I have built an SQL query which sums up various totals and that's working just fine.
As this output links to an outside system it requires the fields to be named exactly as they are in the other system
Using the AS functionality I have
01 - Total outstanding
02 - Total at take on
03 - Total payments
Etc etc
However for some reason when I close and reopen the Results come as
1-Total outstanding
02 - Total at take on
03 - Total payments
The sql code has changed as well dropping the leading zero and removing the spaces. I can't fathom a reason why this only happens on the first instance and not the others.
Any help greatly appreciated
Paul
As this output links to an outside system it requires the fields to be named exactly as they are in the other system
Using the AS functionality I have
01 - Total outstanding
02 - Total at take on
03 - Total payments
Etc etc
However for some reason when I close and reopen the Results come as
1-Total outstanding
02 - Total at take on
03 - Total payments
The sql code has changed as well dropping the leading zero and removing the spaces. I can't fathom a reason why this only happens on the first instance and not the others.
Any help greatly appreciated
Paul