Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to return value from activeX Control into field table

Status
Not open for further replies.

onana

Programmer
Oct 12, 2000
10
0
0
MY
How to return value from activeX Control into field table? [sig][/sig]
 
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.

anyone pls help.






[sig][/sig]
 
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.

I hope it helps....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top