At the program start, you are to have a form up asking the type of user. You can either use a combo box or radio button for this.
The types of users are:
Customer (A Customer is a Passenger in your database. No changes are needed to the database)
Pilots
Attendants
Administration
Upon selection and submission via a Submit Button, you will take the user to a navigation menu for the user type. We will call them each the Main Menu based on the user type.
If a Customer is chosen, a form should pop up to: :
Allow them to select from a combo box their name.
Allow them to add themself as a new customer
If selected, take them to your existing Customer Add form
Once a customer is selected in the combo box and the submit button is clicked;
Save the Customer ID in a global variable that should be declared in a Standard Module.
Take the customer to the Customer Main Menu.
On the Customer Main Menu, the following button selections should be available.
Update Customer Profile
Allows the Customer to update any of his information.
This should already be completed.
However, since you know the customer, a combo box will not be needed.
You must call the Customer using the Global Variable stored for the Customer in the Standard Module.
#hello guys I need help with a vb Project can anyone help please?
1 messages · Page 1 of 1 (latest)
What is your question?
Please take a look at the #📄・posting-guidelines. They will help you to properly ask your question
Also, I deleted your other post. One post per problem. If you need to add information, just send messages here.
Ok but what is your question