L
Liz C
I converted a database from Access 2000 to 2003. I'm now having two issues
(that I've found so far):
On several combo boxes on forms, I have similar row source as follows:
SELECT [MeasureQ].[MeasNo], [MeasureQ].[Closed], Right([MoYr],2) AS Expr1,
[MeasureQ].[MoYr], [MeasureQ].[MeterNo], [MeasureQ].[MeterName] FROM MeasureQ
WHERE ((([MeasureQ].[MeterNo])>0)) ORDER BY [MeasureQ].[Closed] DESC ,
Right([MoYr],2) DESC , [MeasureQ].[MoYr] DESC , [MeasureQ].[MeterNo];
One problem I'm having is that "MeterName" is not showing in the combo list.
The other problem is the field "Closed" should show yes or no, but is
showing -1.
Any ideas?
Thank you in advance for any assistance!
Liz
(that I've found so far):
On several combo boxes on forms, I have similar row source as follows:
SELECT [MeasureQ].[MeasNo], [MeasureQ].[Closed], Right([MoYr],2) AS Expr1,
[MeasureQ].[MoYr], [MeasureQ].[MeterNo], [MeasureQ].[MeterName] FROM MeasureQ
WHERE ((([MeasureQ].[MeterNo])>0)) ORDER BY [MeasureQ].[Closed] DESC ,
Right([MoYr],2) DESC , [MeasureQ].[MoYr] DESC , [MeasureQ].[MeterNo];
One problem I'm having is that "MeterName" is not showing in the combo list.
The other problem is the field "Closed" should show yes or no, but is
showing -1.
Any ideas?
Thank you in advance for any assistance!
Liz