L
Luther
Hello,
I have a combo box with the following SQL RowSource
attached to it:
SELECT tblSource.Year & tblSource.SourceValue AS
SourceCode FROM tblSource WHERE (((tblSource.Year)="03"));
This works fine as far as displaying what I need, but even
though I have set the Limit To List property to "Yes", it
still allows other values to be entered. What am I doing
wrong?
Any help would be greatly appreciated.
I have a combo box with the following SQL RowSource
attached to it:
SELECT tblSource.Year & tblSource.SourceValue AS
SourceCode FROM tblSource WHERE (((tblSource.Year)="03"));
This works fine as far as displaying what I need, but even
though I have set the Limit To List property to "Yes", it
still allows other values to be entered. What am I doing
wrong?
Any help would be greatly appreciated.