Hi,
I have a problem with search option (also advanced search). The following an error appear when I search. If I unselect total_acreage field on search and adv.search option there is no problem but I must use total_agreage field on search option.
ERROR
------------
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'total_acreage'.
/test/tbl_cab_list.asp, line 775
----------
SQL
-----------
select [id],
[owner],
[first_name],
[last_name],
[customer_type],
[crop_vegetables_acreage],
[crop_fruits_acreage],
[crop_fields_acreage],
[crop_others_acreage],
[crop_vegetables_acreage] + [crop_others_acreage] + [crop_fruits_acreage] + [crop_fields_acreage] as total_acreage
From [dbo].[tbl_cab]
There is no problem on view, list, add and edit pages section. Could you help me please?
Best Regards,
Bulent