chickenwings23
Member
- Local time
 - Today, 04:55
 
- Joined
 - Jun 3, 2022
 
- Messages
 - 38
 
Hello. This may be confusing to explain but I'll try my best. I have a Main Form and Sub form. Main Form is frmEstimateBr and subform is subfrmEstimateBr.
When information is deleted from the subform, certain text boxes must autopopulate into the main form.
I have a Saved Record button in the Main Form that when a user clicks save, it performs the action of saving, and it reqrys back to the selected BrNumber. When the deletion of a record from the subform occurs, a requery of the selected BrNumber does not occur. I attached a picture to make it easier to see and the vba code below for the actions to work. Hope it understandable... struggling on this. I wanted to include a video but unable to.
 When information is deleted from the subform, certain text boxes must autopopulate into the main form.
I have a Saved Record button in the Main Form that when a user clicks save, it performs the action of saving, and it reqrys back to the selected BrNumber. When the deletion of a record from the subform occurs, a requery of the selected BrNumber does not occur. I attached a picture to make it easier to see and the vba code below for the actions to work. Hope it understandable... struggling on this. I wanted to include a video but unable to.
			
				Last edited: