However, the ProductName field is in another table, the Products table. Tuy nhiên, trường Tên sản phẩm nằm trong một bảng khác, bảng sản phẩm.
Uses the Left function to display the first character of the value of a field or control called ProductName. Sử dụng hàm Left để hiển thị ký tự đầu tiên trong giá trị của trường hoặc điều khiển có tên là Tên_Sản_phẩm.
You could use the DLookup function in a calculated control to display the ProductName on the same form. Bạn có thể sử dụng hàm DLookup trong điều khiển được tính toán để hiển thị tên sản phẩm trên cùng một biểu mẫu.
The following SQL statement selects all the employees whose name beginning with any of the letter between 'O' and 'Z': Câu lệnh SQL sau đây lựa chọn tất cả các sản phẩm với ProductName bắt đầu với bất kỳ ký tự nào nằm giữa ‘C’ và ‘M’:
Note: SQL statement select all products with a ProductName beginning with any of the letter BETWEEN ‘A’ and ‘D’: Câu lệnh SQL sau đây lựa chọn tất cả các sản phẩm với ProductName bắt đầu với bất kỳ ký tự nào nằm giữa ‘C’ và ‘M’:
Note: SQL statement select all products with a ProductName beginning with any of the letter BETWEEN ‘A’ and ‘D’: Câu lệnh SQL sau đây lựa chọn tất cả các sản phẩm với ProductName bắt đầu với bất kỳ ký tự nào nằm giữa ‘C’ và ‘M’:
Note: SQL statement select all products with a ProductName beginning with any of the letter BETWEEN ‘A’ and ‘D’: Câu lệnh SQL sau đây lựa chọn tất cả các sản phẩm với ProductName bắt đầu với bất kỳ ký tự nào KHÔNG NẰM GIỮA ‘C’ và ‘M’:
Note: SQL statement select all products with a ProductName beginning with any of the letter BETWEEN ‘A’ and ‘D’: Câu lệnh SQL sau đây lựa chọn tất cả các sản phẩm với ProductName bắt đầu với bất kỳ ký tự nào KHÔNG NẰM GIỮA ‘C’ và ‘M’:
Note: SQL statement select all products with a ProductName beginning with any of the letter NOT BETWEEN ‘A’ and ‘D’: Câu lệnh SQL sau đây lựa chọn tất cả các sản phẩm với ProductName bắt đầu với bất kỳ ký tự nào KHÔNG NẰM GIỮA ‘C’ và ‘M’:
Note: SQL statement select all products with a ProductName beginning with any of the letter NOT BETWEEN ‘A’ and ‘D’: Câu lệnh SQL sau đây lựa chọn tất cả các sản phẩm với ProductName bắt đầu với bất kỳ ký tự nào KHÔNG NẰM GIỮA ‘C’ và ‘M’: