I have a Form with 2 tabs. One tab is View Employees and another is Add Employees. After clicking the cmdAdd button under the Add employees tab, i would like to refresh the form so that under the View employees tab shows the newly added employee. I have tryed this line of code....
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
That however gives me an error "action Refresh isn't available now"
Does anybody have any ideas??
Thx
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
That however gives me an error "action Refresh isn't available now"
Does anybody have any ideas??
Thx