Toby1kenobe
Instructor
HI
i'm pretty sure thats spelt wrong!
I'm doing a DB which is school based working with form groups. I've kept the year and regestration part seperate, ie form names go 7A 7B 7O 8T 9U etc. so the table holds the number (ie 7) and letter (ie C) seperate. I'm recording daily incidents and am combining the Year and Reg back together for each record. So i have this kind of thing in my combo box
SELECT year, reg, (year & reg) AS form FROM tblforms;
this displays the form names ok but when i try to select a form name it will only let me select 7A not 7B or 7C.
The bound column is 3 in my combo.
Any ideas how i can make it select another choice?
Any help is always greatly appreciated
Toby
ps can anyone spell concantanation (or say it!)
i'm pretty sure thats spelt wrong!
I'm doing a DB which is school based working with form groups. I've kept the year and regestration part seperate, ie form names go 7A 7B 7O 8T 9U etc. so the table holds the number (ie 7) and letter (ie C) seperate. I'm recording daily incidents and am combining the Year and Reg back together for each record. So i have this kind of thing in my combo box
SELECT year, reg, (year & reg) AS form FROM tblforms;
this displays the form names ok but when i try to select a form name it will only let me select 7A not 7B or 7C.
The bound column is 3 in my combo.
Any ideas how i can make it select another choice?
Any help is always greatly appreciated
Toby
ps can anyone spell concantanation (or say it!)