Monstermechanic
Registered User.
- Local time
- Today, 10:05
- Joined
- Jan 31, 2006
- Messages
- 16
Having issues with auto population in a subform using a subform button control.
The code obviously works when in form mode but when as a subform object form cannot be found.
Private Sub Command13_Click()
[Forms]![VSM - Vendor Surveillance Findings]![Text29] = ("Transferred item to a VCAR for investigation, disposition, and corrective action.")
End Sub
Help
The code obviously works when in form mode but when as a subform object form cannot be found.
Private Sub Command13_Click()
[Forms]![VSM - Vendor Surveillance Findings]![Text29] = ("Transferred item to a VCAR for investigation, disposition, and corrective action.")
End Sub
Help
