How to return value from activeX Control into field table?
I have subform including one date field. on the date column dbl click to popup Datepicker control unbound form. my problem is How to return value from activeX Control into date field subform table.
I assume the activeX control you're talking about is the datatimepicker. If so you can get the date value by using VALUE. Form1.DataTimePicker1.Value will give you the value of that ocx control. Or try using the month, year, day, dayofweek, hour, minute and seconds properties to help you out.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.