netwrkr
02-17-2002, 11:22 AM
I have created a blank form based on a table call dates, I then added an ActiveX Calander Control. My question is how di I get the entries in the dates tabble to appear in the calander?
|
View Full Version : ActiveX Calander netwrkr 02-17-2002, 11:22 AM I have created a blank form based on a table call dates, I then added an ActiveX Calander Control. My question is how di I get the entries in the dates tabble to appear in the calander? Jack Cowley 02-17-2002, 12:10 PM Me.Calendar.Value = Me.FieldOnForm. The Calendar will only show one date at a time so if you want multiple dates selected you can't do it. netwrkr 02-17-2002, 12:15 PM I guess that would work if it is all I can get.where do I enter the command? I assume it is in the propertes panel. Is there ant 3rd party calanders the will do multiple dates that you know of Rich 02-17-2002, 12:22 PM Why would you want to put multiple date values into one field? netwrkr 02-17-2002, 12:27 PM I guess I should expalin what I tryinf to accomplish. I want to have a front enf simular to the "Palm Desktop" I would like to be able to see what I have entered on any day from a calander view, If at all possible I would like to be able to enter data from the calander as well. Rich 02-17-2002, 12:57 PM I do the same with a Psion although sadly I have to use Outlook to synchronise the two, which I assume is what you'll have to do or is Palm cabable of direct linking with Access? |