I have setup a form that also has a subform in it. The form just shows the date and the subform holds all the other information such as Name, Task, Hours and Comments. Three of these options are setup as combo boxes.
I want to setup a refresh button so when pressed it will refresh the page so other users can type there information with all combo boxes being blank. At the moment all the combo boxes are showing the previous entry.
I have tried setting up a command button using the wizard but when clicked i am getting the following error message "The command or action 'Refresh' isn't available now."
I have tried other steps such as coding in Me.refresh and other things but with no luck. I also tried adding a requery on the 'on current' area in the form with know luck.
Any help would be appreciated.
I want to setup a refresh button so when pressed it will refresh the page so other users can type there information with all combo boxes being blank. At the moment all the combo boxes are showing the previous entry.
I have tried setting up a command button using the wizard but when clicked i am getting the following error message "The command or action 'Refresh' isn't available now."
I have tried other steps such as coding in Me.refresh and other things but with no luck. I also tried adding a requery on the 'on current' area in the form with know luck.
Any help would be appreciated.
Comment