VbzCart/queries/qryCbx CustNames
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
About
- Purpose: Provides a list of customer names with associated cust_name IDs
- Requires: cust_names
- Used by: qryPkgs_Pull_status
- History:
- 2009-07-09 Copied from MS Access version
SQL
<section begin=sql /><mysql>CREATE OR REPLACE VIEW qryCbx_CustNames AS SELECT
ID, Name
FROM cust_names ORDER BY Name;</mysql> <section end=sql />
