Hi,
i have a START date "DD/MM/YYYY" <-- with 3 combo boxes "cboStartDD", "cboStartMM", "cboStartYYYY".
i have a END date "DD/MM/YYYY" <-- with 3 combo boxes "cboEndDD", "cboEndMM", "cboEndYYYY".
i have a Search command buttom.
upon a "search" button is click,
how can i search the dates in the table with "tblDate" (column) that matches the date ranges from the START date to the END date?
thank you.
i have a START date "DD/MM/YYYY" <-- with 3 combo boxes "cboStartDD", "cboStartMM", "cboStartYYYY".
i have a END date "DD/MM/YYYY" <-- with 3 combo boxes "cboEndDD", "cboEndMM", "cboEndYYYY".
i have a Search command buttom.
upon a "search" button is click,
how can i search the dates in the table with "tblDate" (column) that matches the date ranges from the START date to the END date?
thank you.