I am creating a Data Base for a customer management system.
It will allow users to log customer requests.
It will have multiple user access. Users belong to teams (eg. Team 1: Accounts payable; Team 2: Accounts recievable; etc.).
I have a table called "tblRequests" containing:
1. Request ID...
I have a yes/no control in my form called "RequestInitiator" linked to: "tblRequests.Request_Intiated".
"tblRequests.Request_Intiated". is default: "no".
At the start of a new request, some code turns "tblRequests.Request_Intiated" to "Yes" when the request's date & time are set.
in the...
I have a form named "frmCustomerRequests" which contains a sub form: "subfrmRequests" (linked via Customer_ID). On "frmMain" I have 2 command buttons 1. "Display All Requests" & 2. "Display Open Requests.
The coding for "Display All Requests" is as follows:
"
Private Sub...
Howdy all.
Pertaing to a customer requests DB I am designing.
"frmMain" form lets the user select a customer from a combo box. Then user either clicks command button: "Display All Requests" or command button: "Display Open Requests".
When user selects "Display All Requests" the...
This pertains to my "Customer Management" DB.
I have 2 tables: tblCustomer, and tblCompany.
and 2 forms: frmCustomer, and frmAddCompany
In frmCustomer I have a combo box called cboCompany. cboCompany requires the user to select a company (the company that the customer belongs to (row source...
This pertains to my "Customer Management" DB.
I have 2 tables: tblCustomer, and tblCompany.
and 2 forms: frmCustomer, and frmAddCompany
In frmCustomer I have a combo box called cboCompany. cboCompany requires the user to select a company (the company that the customer belongs to (row source...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.