nguyenthien0908 > 16-06-11, 11:32 AM
Cafe Via He > 16-06-11, 01:38 PM
nguyenthien0908 > 16-06-11, 03:51 PM
nguyenthien0908 > 16-06-11, 06:01 PM
domfootwear > 17-06-11, 08:54 AM
(16-06-11, 06:01 PM)nguyenthien0908 Đã viết: mình thêm một bảng tbl_DmNhom(Ma_DT, Nhom) và sửa lại bảng tbl_Ds thành tbl_Ds(tuyen,mathe,hoten,lydo), trong qry mình nhập như sau:
Loai_Lydo_1: DLookUp("Nhom","tbl_DMNhom","Ma_DT='" & Left([mathe],3) & "' and [Lydo]='1'")
nhưng báo lỗi. Cafe Via He giúp mình với nhé. Mình tự tìm hiểu về access nên mong bạn thông cảm.
đây là file của mình: http://www.mediafire.com/?hx3j3xqp3yzhcny
domfootwear > 17-06-11, 09:33 AM
(17-06-11, 09:20 AM)nguyenthien0908 Đã viết:(17-06-11, 08:54 AM)domfootwear Đã viết: Query hoạt động bình thường mà bạn, đâu thấy lỗi gì đâu?
Query thêm điều kiện này thì báo lỗi bạn à: Loai_Lydo_1: DLookUp("Nhom","tbl_DMNhom","Ma_DT='" & Left([mathe],3) & "' and [Lydo]='1'")
Trích dẫn:SELECT tbl_DS.tuyen, tbl_DS.lydo, DLookUp("Nhom","tbl_DMNhom","Ma_DT='" & Left([mathe],3) & "'") AS Nhom_DT
FROM tbl_DS
GROUP BY tbl_DS.tuyen, tbl_DS.lydo, DLookUp("Nhom","tbl_DMNhom","Ma_DT='" & Left([mathe],3) & "'")
HAVING (((tbl_DS.lydo)="1"))
ORDER BY tbl_DS.tuyen, DLookUp("Nhom","tbl_DMNhom","Ma_DT='" & Left([mathe],3) & "'");
nguyenthien0908 > 17-06-11, 12:24 PM
(17-06-11, 09:33 AM)domfootwear Đã viết: Thử cách khác
Trích dẫn:SELECT tbl_DS.tuyen, tbl_DS.lydo, DLookUp("Nhom","tbl_DMNhom","Ma_DT='" & Left([mathe],3) & "'") AS Nhom_DT
FROM tbl_DS
GROUP BY tbl_DS.tuyen, tbl_DS.lydo, DLookUp("Nhom","tbl_DMNhom","Ma_DT='" & Left([mathe],3) & "'")
HAVING (((tbl_DS.lydo)="1"))
ORDER BY tbl_DS.tuyen, DLookUp("Nhom","tbl_DMNhom","Ma_DT='" & Left([mathe],3) & "'");
haquocquan > 17-06-11, 02:22 PM