I have developed a DVD collection database with pictures. Whenever an error occurs, the error handler does not fire up. Can someone please look at my code and tell me why this may be so?
Private Sub Form_Current()
On Error GoTo Handle_Error
If Not IsNull(Me.txtRegionCode) Then...
I have a form with two combo boxes, a subform, and 3 command buttons. cbo1 is to select which report, cb2 selects sort type. cmd1 is to view results in subform, cmd 2 is to view access report, and cmd3 is to export to excel.
When clicking on cmd3, FileDialog opens for user to select the default...
In one of my databases I have 3 or 4 combo box fields, which are located in a subform, that allow entries from the drop down list or by searching, When the find button is clicked, a search form opens up and populates based on the find button clicked. Example, when the Manufacturer find button is...
Hello, newbie here. First, would like to say that this forum is very useful and just by visiting as a guest, I have improved my knowledge of programming in Access greatly. Thank you all for sharing the knowledge.
I am developing an inventory type database. I have a form with a subform for...
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.