Davidwazza
Programmer
Hi All
Righto, this is a fundamental problem that keeps repeating itself, and I dont know where I am going wrong!
Basically, I have a string, which in the record, shows up OK, say strCO. Yet, when I add =[strCO], it comes up with #Error. I think this has something to do with my record source: tblSquadrons. Like, it happens to me in somethings, yet when I put all the table into a query, and reference that, *I think* it turns out OK. Hence, I would like to place his rank in the same box, such as =[strRank] & " " & [strCO], but if I cant even get the basic thing first, yaaah!
My question is what makes it do that, and how I can avoid this issue, as opposed to placing all my tables into queries (which is useless anyway).
Righto, this is a fundamental problem that keeps repeating itself, and I dont know where I am going wrong!
Basically, I have a string, which in the record, shows up OK, say strCO. Yet, when I add =[strCO], it comes up with #Error. I think this has something to do with my record source: tblSquadrons. Like, it happens to me in somethings, yet when I put all the table into a query, and reference that, *I think* it turns out OK. Hence, I would like to place his rank in the same box, such as =[strRank] & " " & [strCO], but if I cant even get the basic thing first, yaaah!
My question is what makes it do that, and how I can avoid this issue, as opposed to placing all my tables into queries (which is useless anyway).