theinviter
Registered User.
- Local time
- Today, 10:37
- Joined
- Aug 14, 2014
- Messages
- 273
Hi guys;
need help please
i have a form and subform, so i created a button to add the value from from to specific filed in subform in new record , i tried the below code but got this error code "the setting you entered isnt valid for this property"
Private Sub Command1608_Click()
Me.[cycle subform].Form.Cycle = Me.No_of_Cycle.Value
Me.[cycle subform].Form.date_ = Date
End Sub
how to solve this issue
need help please
i have a form and subform, so i created a button to add the value from from to specific filed in subform in new record , i tried the below code but got this error code "the setting you entered isnt valid for this property"
Private Sub Command1608_Click()
Me.[cycle subform].Form.Cycle = Me.No_of_Cycle.Value
Me.[cycle subform].Form.date_ = Date
End Sub
how to solve this issue