--- sandyd_jamesv <[EMAIL PROTECTED]> wrote: > Does not work. How do I get it to appear on the > bottom of the form? > Perhaps terminology is a problem here... by Form I am assuming you mean a MS Access Form (yes/no?) and not a MS Report. If this is the case then if you have placed a Textbox object upon that form (named appropriately) and provided the event (After_Update) is firing (do you know how to use debug breaks to see if your code is being activated) the value should appear. I have learned never to assume that an Event is firing without making sure that it does fire and fires when I expect it to. Further if you walk through this code using a breakpoint then perhaps that process could shed some light upon what is happening. You can check the various values as well as the results of your IF statements to see what it really happening.
Or perhaps you might want to try Form.Refresh at the end just in case that's the issue. Oh and sorry if my troubleshooting via email is not the best for many of those little things I would do that I don't consciously think about I can not do from here. And many of the clues that I would use I can not see. Good Luck! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AccessVBACentral/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
