Re: How to convert an integer to a string
- From: "photomonkey" <paulouvrocha@xxxxxxxxx>
- Date: 16 Aug 2005 02:11:11 -0700
I think I get a *Double* as the subquery result (SELECT COUNT(*) FROM
ProdCat WHERE ProdCat.Pcat_VendID=Vendors.Vend_ID).
If I substitute this subquery with the column name of another
text-based, the sql statement executes without problems. It also
concatenates in the way intended.
This is the reason why I think it is necessary to convert the subquery
result to a string. but c# code does not work on the sql statement, and
I thought it would be likely that access has some function for this. I
have not been able to find this function on the access help file either.
.
- References:
- How to convert an integer to a string
- From: photomonkey
- Re: How to convert an integer to a string
- From: Tom van Stiphout
- How to convert an integer to a string
- Prev by Date: Re: Get MS Outlook Version Info
- Next by Date: Print new record to label printer
- Previous by thread: Re: How to convert an integer to a string
- Next by thread: Validation Macro
- Index(es):
Relevant Pages
|