Como fasso para apagar todos os registos de subfurmulario Registos da tabela cadastro com base embcaixa de listagem? Queria tipo isto:
If me.listbox <> "" Then
Forms!Registos.select all records where ID=&ID
DoCmd.Delete records
Registos.Visible = False
Else
Registos.Visible=True
End If
If me.listbox <> "" Then
Forms!Registos.select all records where ID=&ID
DoCmd.Delete records
Registos.Visible = False
Else
Registos.Visible=True
End If