Access 2003
I have a FORM1 which I use to list inventory of devices.
FORM1 gets its data from TABLE1.
I have a button in Form1 which opens up FORM1EDIT - this form allows you to Add records to TABLE1.
After succesfully adding a NEW record to TABLE1, FORM1 does not get updated.
I added a command button to FORM1EDIT which I called "Save and Exit", at the end of the close function, I added a statement
" DoCmd.DoMenuIte m acFormBar, acRecordsMenu, 5, , acMenuVer70"
It doesnt refresh Form1.
I also tried adding a command button on FORM1 to refresh, and that doesnt work either.
Please help
I have a FORM1 which I use to list inventory of devices.
FORM1 gets its data from TABLE1.
I have a button in Form1 which opens up FORM1EDIT - this form allows you to Add records to TABLE1.
After succesfully adding a NEW record to TABLE1, FORM1 does not get updated.
I added a command button to FORM1EDIT which I called "Save and Exit", at the end of the close function, I added a statement
" DoCmd.DoMenuIte m acFormBar, acRecordsMenu, 5, , acMenuVer70"
It doesnt refresh Form1.
I also tried adding a command button on FORM1 to refresh, and that doesnt work either.
Please help
Comment