Hello All, please refer to the attached database. I have the following questions. I would appreciate your guidance. Thank you.
1. Are the tables/fields/relationships/queries set up correctly?
2. In frm_Products, the pull down menu to filter the list works only sometimes. I don't know why! Would you please help me understand why?
2. In frm_Submittal:
A) Command Button 'New Submittal' is intended to a new blank record. It also requeries the List Box for Available Products, so the list is complete (using vba code).
B) The Next Record and Previous Record Buttons (with arrows) are used to navigate records (using vba code).
C) The pull down menu 'Plant' filters the ListBox based on the Plant selection.
D) The Select Product button simply copies the selected Products to the Submitted Products box.
Used together, can controls mentioned in A, B, or C above mess up my database to stop functioning? Because, sometimes when I try to create a new record and use the next/previous buttons to go back and forth, the database suddenly stops functioning normally. For ex: the pull down menu 'Plant' which is supposed to filter the Available Products list stops working. When I select a Plant, the ListBox goes empty. I am not sure why these problems are happening.
Any diagnosis with remedies will be greatly appreciated.
Thanks again.
I don't know how to code. All the code I have is borrowed from other places and tweaked to "work".
1. Are the tables/fields/relationships/queries set up correctly?
2. In frm_Products, the pull down menu to filter the list works only sometimes. I don't know why! Would you please help me understand why?
2. In frm_Submittal:
A) Command Button 'New Submittal' is intended to a new blank record. It also requeries the List Box for Available Products, so the list is complete (using vba code).
B) The Next Record and Previous Record Buttons (with arrows) are used to navigate records (using vba code).
C) The pull down menu 'Plant' filters the ListBox based on the Plant selection.
D) The Select Product button simply copies the selected Products to the Submitted Products box.
Used together, can controls mentioned in A, B, or C above mess up my database to stop functioning? Because, sometimes when I try to create a new record and use the next/previous buttons to go back and forth, the database suddenly stops functioning normally. For ex: the pull down menu 'Plant' which is supposed to filter the Available Products list stops working. When I select a Plant, the ListBox goes empty. I am not sure why these problems are happening.
Any diagnosis with remedies will be greatly appreciated.
Thanks again.
I don't know how to code. All the code I have is borrowed from other places and tweaked to "work".