hi all
i would be greatefull of anyone can help me out basically i want to create a vb front end linked to access database and create a menu in the vb front end of products listed in the database, currently i am using all access database with tab contol to section out the menu ie meat, chicken etc and within each tab i have created buttons for the products this good and works fine only prob is that if another product needs to be added then u have to go into design view create the command button and code it ie
[Form_OrderDetails subform].Item = Form_Orders.Command4.Caption
[Form_OrderDetails subform].Amount = 2.8
newrec
etc
i am looking to make a front end vb app and am thinking of having a form whereby i ave already allocated a load of command buttons on each tab but are hidden then with s sepearte form al have a text box1, txtbox 2 a combo box and a command button then i would like to click on the command button (AT run time) and the button would select the comand button from the combo box the buttons caption would become what ever i type in text 1 and etc
ps. am sorry if it sounds confusing. lol
i would be greatfull if anyone can help or if any ideas on creating a better menu form using sstab in vb. by the way i will be suing a touchscreen thats the reason for command buttons as products
thank you