G
GD
I'm fairly new to Access and have limited knowledge of functions. First,
does anyone know of any online reference guide that might help me identify
the functions and (especially) what they do?
Second, I'm trying to concatenate two fields into one in a query. I've
tried using a simple
=[Field1] & " " & [Field2]
but that only causes the query to come back with no results at all. Both
fields are formatted as text, and I know that makes a difference. Can
somebody give me the exact expression I need to use?
does anyone know of any online reference guide that might help me identify
the functions and (especially) what they do?
Second, I'm trying to concatenate two fields into one in a query. I've
tried using a simple
=[Field1] & " " & [Field2]
but that only causes the query to come back with no results at all. Both
fields are formatted as text, and I know that makes a difference. Can
somebody give me the exact expression I need to use?