Hello all,
I am planning to create a button within form1, that whenever you click on it, form2 will show up that is bound to table1. The form2 only has a label ( or maybe a textbox?) that would contain a random message (record) that is in table1.
Let's just think about it as a "Quote of the Day" button, that in table1 will we store all of the quotes that we put in there. and whenever we click the button within form1, form2 will always show a random message everytime we click that button.
I need help with the VBA on how to program that button to do the task above.
Any help will be highly appreciated.
Thank you
I am planning to create a button within form1, that whenever you click on it, form2 will show up that is bound to table1. The form2 only has a label ( or maybe a textbox?) that would contain a random message (record) that is in table1.
Let's just think about it as a "Quote of the Day" button, that in table1 will we store all of the quotes that we put in there. and whenever we click the button within form1, form2 will always show a random message everytime we click that button.
I need help with the VBA on how to program that button to do the task above.
Any help will be highly appreciated.
Thank you