Anybody know how to make a button on a form that when user click on it, the data on that form will be loaded from tables or queries (including new data that somebody's been added) without clossing that form?
Please help me!
Anybody know how to make a button on a form that when user click on it, the data on that form will be loaded from tables or queries (including new data that somebody's been added) without clossing that form?
Please help me!
have you tried:Code:
me.requery
me.refresh