M
mattmu
Guest
Anybody have any Ideas, examples, links.
I want to create a simple pos and would like to have the form be updated by what is stored in a table.
Example: Form1 has 3 buttons 1 button for Vodka Rings up for $5. 1 button for Rum Rings up $5. 1 button for Frys Rings up for $2.
This is easy to do if I want to be the only one able to add buttons I want be able to add a button to Form1 by filling out form2 which records what the button are for and how much to charge etc... This form writes these variable to a table which controls what buttons are displayed on the Form1 when it is loaded.
This way form1 can have anywhere from 1 to 100 differnt buttons and they are all maintained in one table for easy addition and removal.
Table example:
ButtonCaption: Vodka
Cost: 5
Size: ??
etc...
Any information on how to go about creating a form which can accomplish this would be greatfull. I assume it would need to be written using VBA however I have not been able to find a solution.
Thanks
I want to create a simple pos and would like to have the form be updated by what is stored in a table.
Example: Form1 has 3 buttons 1 button for Vodka Rings up for $5. 1 button for Rum Rings up $5. 1 button for Frys Rings up for $2.
This is easy to do if I want to be the only one able to add buttons I want be able to add a button to Form1 by filling out form2 which records what the button are for and how much to charge etc... This form writes these variable to a table which controls what buttons are displayed on the Form1 when it is loaded.
This way form1 can have anywhere from 1 to 100 differnt buttons and they are all maintained in one table for easy addition and removal.
Table example:
ButtonCaption: Vodka
Cost: 5
Size: ??
etc...
Any information on how to go about creating a form which can accomplish this would be greatfull. I assume it would need to be written using VBA however I have not been able to find a solution.
Thanks

Last edited: