Hello,
Please I need your help with my project.
I have made a system for my business and need to add some forms using different tools and entry methods
The form contains:
Once I open the form to add a new Item...
2- ComboBox1 / "Category"
3- OptionButtons / "Colors" / All are in one frame "Color"
4- CheckBox / "Occasion" / All are in one frame "Occasion
5- TextBox2 / "Supplier Name"
6- CommendButton / "Add Item"
I hope that I explained what I need well, but if you need any more details, please let me know
I really appreciate you help
[TABLE="class: grid, width: 800, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[TD]K[/TD]
[TD]L[/TD]
[TD]M[/TD]
[TD]N[/TD]
[TD]O[/TD]
[TD]P[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Occasion[/TD]
[TD]Occasion[/TD]
[TD]Occasion[/TD]
[TD]Occasion[/TD]
[TD]Occasion[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Item#[/TD]
[TD]Cat.[/TD]
[TD]Color[/TD]
[TD]Wed.[/TD]
[TD]Eng.[/TD]
[TD]Party[/TD]
[TD]Date[/TD]
[TD]Prom[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]DTR1234[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Please I need your help with my project.
I have made a system for my business and need to add some forms using different tools and entry methods
The form contains:
- Text Box
- Combo Box
- Option Buttons
- Check Box
- Commend Button
Once I open the form to add a new Item...
1- TextBox1 / "ItemNumber"
[*=1]Make it, readonly box
[*=1]Check the ItemsNumber {Sheet1, Column C} or / a dynamic named range "ItemNumber"
[*=1]Get the last number and add (+1)
[*=1]ex: the last ItemNumber is: DTR1234
[*=1]Once open the form, show in the ItemNumber: DTR1235
2- ComboBox1 / "Category"
[*=1]Get the values from the dynamic named range "Category"
3- OptionButtons / "Colors" / All are in one frame "Color"
[*=1]I have listed 10 colors as "Option Buttons"
[*=1]I need the Commend Button to add the value that I've chosen
[*=1]ex: If I chose "Red", Add "Red" to cell "C3"
4- CheckBox / "Occasion" / All are in one frame "Occasion
[*=1]I have listed 10 options as "Check Box"
[*=1]I might choose many options for 1 Item
[*=1]I need the Commend Button to add (let's say, number 1) to the cell opposite to the Item# and the chosen occasion
[*=1]ex: If I tick "Wedding & Engagement" insert "1" to cell "D3" &"E3"
5- TextBox2 / "Supplier Name"
[*=1]Make it, read only box
[*=1]Once I add the Supplier ID to the {TextBox "SupplierID"} show the name of this Supplier ID automatically
[*=1]Suppliers ID is in "Sheet3, Column B" / Dynamic named range "SupplierID"
[*=1]Supplier Name is in "Sheet3, Cplumn C" / Dynamic named range "SupplierName"
6- CommendButton / "Add Item"
[*=1]Some Text Boxes must not be empty, if these boxes are empty, popup note that this should not be empty , ex: Item Name
[*=1]All the frames must have data, Color (one option), Occasion (at least one)...
[*=1]Check the the Item Sheet (Sheet1) and add these data under the last available raw
I hope that I explained what I need well, but if you need any more details, please let me know
I really appreciate you help
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[TD]K[/TD]
[TD]L[/TD]
[TD]M[/TD]
[TD]N[/TD]
[TD]O[/TD]
[TD]P[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Occasion[/TD]
[TD]Occasion[/TD]
[TD]Occasion[/TD]
[TD]Occasion[/TD]
[TD]Occasion[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Item#[/TD]
[TD]Cat.[/TD]
[TD]Color[/TD]
[TD]Wed.[/TD]
[TD]Eng.[/TD]
[TD]Party[/TD]
[TD]Date[/TD]
[TD]Prom[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]DTR1234[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]