Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query of calculated field gives blanks

Status
Not open for further replies.

grnzbra

Programmer
Mar 12, 2002
1,273
US
I have the following calculated field in a query:

LoanNo:IIf([Stats].[LoanCnt]>1,[Stats].[LoanCnt] & " Loans",[Loan].[LnNo])

Within its query, it correctly displays the loan number associated with a particular loan.

However, when I run a second query

SELECT LoanNo
FROM qryLoanInfo

it comes up blank for every record (other fields are OK)

Does anyone have any idea what might be happening?
 
Thank you.
I'm not sure what I did, but while I was futsing around with it, it started working.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top