Board index » delphi » Help needed: Calendar Control to DBGrid Field
Mike
![]() Delphi Developer |
Tue, 13 Mar 2001 03:00:00 GMT
Help needed: Calendar Control to DBGrid Field
I have a DB application that uses a Query to display selected rows in a
DBGrid. One of the fields is a date field. The date field has an elipsis button set up and activates a second form with a calendar control. Everything works fine except I can not get the result from the calendar control on form 2 back into the DB Grid date field. I have tried: frmGrid.Query2.Fields[1].AsTDateField := frmDate.Calendar1.Date; and many other permutations of the above. What do I need to do to get the I am using Delphi4 Standard and a Access97DB. I have a memo form set up that Thanks |