Question : Making a subform popup/disappear with a button

Which property and methods do I want to address with VBA in order to make a subform popup at the bequest of a button command and to make it it disappear after the database advances to the next record?

Answer : Making a subform popup/disappear with a button

Forms!mainform.subform.form.visible = false  'or true
Random Solutions  
 
programming4us programming4us