Unfortunately, I've been given a half completed database and told to finish it. Unfortunately, I've never used Access before, and I'm having trouble getting it to display some info in a report. The info in a table is in two columns, an ID number in the first, and then the description in the second. This occurs in two tables and I need to display the text of one, then the text of another in the same expression. The first will only display the ID number, but the second displays the text properly. I can't see any difference between the two, so I have no idea what to do. btw, here's the statement :
=[qryTown Assets.Department ID] & ", " & [qryTown Assets.Location]
=[qryTown Assets.Department ID] & ", " & [qryTown Assets.Location]