M Michael49 Michael49 Local time Today, 16:56 Joined Oct 11, 2007 Messages 1 Oct 11, 2007 #1 Good afternoon, I need some help I am trying to update a subform with the value of another form that I attached to the main form. I would like to complete it in VB can anyone help Michael
Good afternoon, I need some help I am trying to update a subform with the value of another form that I attached to the main form. I would like to complete it in VB can anyone help Michael
Luka Registered User. Local time Today, 22:56 Joined Oct 29, 2004 Messages 40 Oct 12, 2007 #2 Take data source from first form and aplly it to subform. Then requery a subform. It should work. Or create a table and insert values from form to table. Then put this table as a data source to subform and requery it. This should work too. Welcome to forum.
Take data source from first form and aplly it to subform. Then requery a subform. It should work. Or create a table and insert values from form to table. Then put this table as a data source to subform and requery it. This should work too. Welcome to forum.