Hello everyone...
I need to get a info. from the other FORM and insert in a loaded form. So, I wrote:
Private Sub Command2_Click()
Dim Variable As Integer
Variable = Forms!base!baseDetails.Form!Superior
also I tried: Variable = Forms![base].Form![superior]
where:
base is the other form.
Superior is a field that contain the value that I need.
Error
Run-time error '2450'
Access can't find the form 'base' referred to in a macro expression
What's wrong? Any directions???
I need to get a info. from the other FORM and insert in a loaded form. So, I wrote:
Private Sub Command2_Click()
Dim Variable As Integer
Variable = Forms!base!baseDetails.Form!Superior
also I tried: Variable = Forms![base].Form![superior]
where:
base is the other form.
Superior is a field that contain the value that I need.
Error
Run-time error '2450'
Access can't find the form 'base' referred to in a macro expression
What's wrong? Any directions???