I have a form that asks the user if he/she would like to view a report, delete the entry, or assign as task. If he/she selects View Report then I have a bunch of small text boxes that get populated using Dlookup. Then I have a the form popping up and getting the information from the form. My problem is sometimes the form displays old information. It acts like it isn't refreshing itself.
Here is the code for opening the report
Case Is = "View Report"
DoCmd.OpenReport "rptaudit", acViewPreview
Form_frmoptions.Visible = False
Any help would be great.
Thank you.
Here is the code for opening the report
Case Is = "View Report"
DoCmd.OpenReport "rptaudit", acViewPreview
Form_frmoptions.Visible = False
Any help would be great.
Thank you.