To: MichaelRed
Thanks, but there isn't a OnCurrent event for the details section of the form, only mouse move and click events. That's why I tried the Form_OnCurrent event. You're right though, it would make more sense to put the routine into the detail section. Gotta wonder why old Bill didn't...
Sorry, forgot to mention that I'm using Access 97. I understand there's a "Conditional Formatting" option in the Format section of a text box in Access 2000. Is there a way to accomplish the same thing in Access 97?
I'm not sure what you might be trying to accomplish, but I created a form with a combo box (Combo0) and a button (Command0). In the Command0_Click event, for the button, I placed the following:
Private Sub Command0_Click()
'Opens the report
DoCmd.OpenReport "rptReport"...
I'm creating a database to track immunizations. I have a main form with names and other pertinent info, and I have a subform with the immunizations listed. The subform shows the following and is a continuous form:
ImmunizationName DateCompleted DateNextDue
I want to change the text...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.