Cambiar Origen de Registro a un SubForm
Publicado por Angel (113 intervenciones) el 11/11/2011 20:37:12
Hola a todos y agredezco desde ya su ayuda. Tengo un formularios de nombre "frmPrincipal" en él un control "Grupo de opciones" dónde escribí por código simples consultas sql que pretendo usar como Origen de Registro de un SubFormulario de nombre "frmSecundario" y en vista hoja de datos. Hice coloqué un botón Consutar con el siguiente código:
Select Case Form!selOpcion.Value
Case 1
Form!frmPrincipal!frmSecundario.RecordSource = "Select * from Peliculas"
Case 2
Form!frmPrincipal!frmSecundario.RecordSource= "Select * from Peliculas where Vista=true"
Case 3
Form!frmPrincipal!frmSecundario.RecordSource = "Select * from Peliculas where Vista=False"
End Select
Me da error. Utilizo Acess 2010.
Select Case Form!selOpcion.Value
Case 1
Form!frmPrincipal!frmSecundario.RecordSource = "Select * from Peliculas"
Case 2
Form!frmPrincipal!frmSecundario.RecordSource= "Select * from Peliculas where Vista=true"
Case 3
Form!frmPrincipal!frmSecundario.RecordSource = "Select * from Peliculas where Vista=False"
End Select
Me da error. Utilizo Acess 2010.
Valora esta pregunta
0