I am making some changes to an Access97 database that I didn't build. It also uses a lot of macros, of which I know little. On one particular form, I want to check and make sure a date was entered before saving the record. I have built the code in the Form_BeforeUpdate sub. I clicked on the before update event in the property manager to do this. The problem is that the code is there, in the correct place, but is not firing. Every time I check the form properties, the Before Update event is blank. If I click again on the build code, it takes me to the right spot, but I can save and return to the form and it is not showing anything under Before Update.
There are macros running in After Insert, After Update, On Open, and On Got Focus for the form. When I first started working on this db, I copied to a new file and imported everything, so I don't think it's a corruption issue.
Anyone know why this would happen? I did notice that the form is using a query on two tables, would this make a difference?
Thanks,
Tom
There are macros running in After Insert, After Update, On Open, and On Got Focus for the form. When I first started working on this db, I copied to a new file and imported everything, so I don't think it's a corruption issue.
Anyone know why this would happen? I did notice that the form is using a query on two tables, would this make a difference?
Thanks,
Tom