NewTexican
Technical User
2 textboxes on a pop up form control other things on the form. These textboxes get their values from the form they pop up from. When the user scrolls through records on the main form with the pop up open I want the pop up to update as well. This is my code for the pop up in form_current
Me.Text18 = Forms![common company].[Company Numeric]
Me.Text20 = Forms![common company]![Company Address T subform].Form![company Address Type]
compnum = Me.Text18
addtype = Me.Text20
When [Company Numeric] & [company Address Type] change on the main form I want these variables to be updated.
Any suggestions???? Thanks in advance.
Me.Text18 = Forms![common company].[Company Numeric]
Me.Text20 = Forms![common company]![Company Address T subform].Form![company Address Type]
compnum = Me.Text18
addtype = Me.Text20
When [Company Numeric] & [company Address Type] change on the main form I want these variables to be updated.
Any suggestions???? Thanks in advance.