• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Few quick MS Access questions

nsafreak

Diamond Member
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.
 
Back
Top