I have a pretty simple database I started but am stuck at one particular point. In the database I have 1 table and 1 form. My users type data in the form only. I have a combo box in the form with the following items to choose from: AR, Increase, Transfer, ARR, ARI, and BOBC. What I would like to do is have certain fields (or text boxes) only be visible or able to type in, if the 3rd item (Transfer) in the combo box is checked. Is there an easy way to do this? I've done some searching and what I've found is related to the AfterUpdate function in properties. I'm just not tech savvy enough to know what to type in. I can provide screen shots or more specific data if needed. I've seen other posts that have some pretty involved info to enter in order to get the results I think I'm looking for, but many are worded in such a way that I'm having difficulty following, such as: Me!name.visible =false Private Sub check3_after update. I just haven't been able to follow that logic yet!
Thanks for any and all help!
Thanks for any and all help!
Comment