Updating a form field with value of another

Michael49

Michael49
Local time
Today, 16:56
Joined
Oct 11, 2007
Messages
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
 
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.
 

Users who are viewing this thread

Back
Top Bottom