Hello,
How would I go about assigning the value in a form in .adp project to a user defined data type in SQL server. I've already created the variable as EndDate and I'd like the following event to reflect in SQL Server...
Private Sub Evaluation_ID_BeforeUpdate(Cancel As Integer)
EndDate = CVar([Evaluation_ID])
Thank you
How would I go about assigning the value in a form in .adp project to a user defined data type in SQL server. I've already created the variable as EndDate and I'd like the following event to reflect in SQL Server...
Private Sub Evaluation_ID_BeforeUpdate(Cancel As Integer)
EndDate = CVar([Evaluation_ID])
Thank you