Well I had a post in the programming forum concerning a VB programming question for access. Now I have some questions that really don't concern programming all that much except for one minor one. Here they are:
1) How the heck do I move data labels on a chart that is on a data access page? For some strange reason the option to move them is greyed out.
2) How do I get my script to only grab the date from objMail.ReceivedTime (objMail is a Outlook.Mailitem) and the date only? Right now I can get it to grab the date and time just fine and put them into the appropriate field in the database but not just the date. I have the field set as a short data as a format and have the input mask set that way as well but it seems to just ignore the input mask and inputs the time when I only want the date.
Thanks for the help.
1) How the heck do I move data labels on a chart that is on a data access page? For some strange reason the option to move them is greyed out.
2) How do I get my script to only grab the date from objMail.ReceivedTime (objMail is a Outlook.Mailitem) and the date only? Right now I can get it to grab the date and time just fine and put them into the appropriate field in the database but not just the date. I have the field set as a short data as a format and have the input mask set that way as well but it seems to just ignore the input mask and inputs the time when I only want the date.
Thanks for the help.