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!

I have a combo box datepicker contr

Status
Not open for further replies.

onana

Programmer
Oct 12, 2000
10
0
0
MY
I have a combo box datepicker control to set up on a grid subform. My problem is how to set up that control in grid row to update and select date from control.
What i understand that control can't set properties in design time and when running program the header column for date field not comeout.

Thanks in advance for any help.

[sig][/sig]
 
I have used a combo box in a subform a lot. It works good.

Open you subform in design view and add your combobox to it there. set up its recordsource to choose a date from any table.
Do you want to get a date form a field on the main form or some other place?



[sig]<p>DougP, MCP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.[/sig]
 
Thanks. I tried to get date from ActiveX DateTimePicker control and set up it as row/column in grid subform.

Thanks in advance for any help. [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top