Hi.
I wonder if i can create a forms (in datasheet view) with 2 subforms??
I mean: I have a form papers with the title and the Award. in a subform i need to show authors of that papers ans another subforms with tutors
This is only a trouble in datasheet view because in forms view all seems...
Hi I think I did it, try this
Dim dbs As Database
Dim rst As Recordset
Set dbs = Application.CurrentDb
Set rst = dbs.OpenRecordset("eventos")
With rst
.AddNew
!id_instituc = Parent.Form!id
!ano = Parent.Form.eltab.SelectedItem
!tipo_evento = cboPorDesarr
.Update...