Sep 20, 2005 #1 DanAuber IS-IT--Management Apr 28, 2000 255 FR I am trying to join two tables on a field which is text in one and number in the other. I want to do it like this where textfield = TEXT(numberfield) but I don't know the command to use for the TEXT bit - can anyone help ?
I am trying to join two tables on a field which is text in one and number in the other. I want to do it like this where textfield = TEXT(numberfield) but I don't know the command to use for the TEXT bit - can anyone help ?
Sep 20, 2005 #2 Ashank4vba Programmer Apr 29, 2005 115 IN Maybe u could use the CStr function Upvote 0 Downvote
Sep 20, 2005 Thread starter #3 DanAuber IS-IT--Management Apr 28, 2000 255 FR I can't see this function in my Access 97... Upvote 0 Downvote
Sep 20, 2005 #4 PHV MIS Nov 8, 2002 53,708 FR Either: WHERE Val([text field]) = [number field] Or: WHERE [text field] = [number field] & "" Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Either: WHERE Val([text field]) = [number field] Or: WHERE [text field] = [number field] & "" Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886