Hi
I have a calendar control on a form. When I click on a date it populates a field in a subform.
How can I get the code to move to the next blank record in the subform so when I click on a new date it populates the next record!
This is the code I us to populate the subform:
[tblSickLeave subform].Form![StartDay].Value = ocxCalendar.Value
I have a calendar control on a form. When I click on a date it populates a field in a subform.
How can I get the code to move to the next blank record in the subform so when I click on a new date it populates the next record!
This is the code I us to populate the subform:
[tblSickLeave subform].Form![StartDay].Value = ocxCalendar.Value