I've got an Access 2010 Web Form (published to Sharepoint 2010) that the user will fill out at the time of an interview. When they click the Access Form Control Button, I need it to output the form data to something that the user can copy/paste the output text into another application. The...
Yes, If I just new how to do that without VBA. I feel there's a lack of info regarding this on the Web. If you have any ideas, I'd be more than happy to try. Before I could do it like this and it would right it to their desktop:
Dim c As String
Dim fs As FileSystemObject
Dim ts As...
I've got an Access 2010 Web Form (published to Sharepoint 2010) that the user will fill out at the time of an interview. When they click the Access Form Control Button, I need it to output the form data to something that the user can copy/paste the output text into another application. The...
We want to enable edit in browser on SP 2010 like we were able to do on SP 2007. Apparently, in order to edit in Browser with 2010 we must deploy Office Web Apps, but I read it utilizes SkyDrive. Cloud services like SkyDrive are against our Security/Confidentiality Policy.
Does anyone know if...
Thanks for your response.
I understand that Tools->Replication->Synchronize Now will show a list of databases synchronized from the Master, but I'm looking for a list of Replicas made from the master (using Tools->Replication->Create Replica).
...a system table that lists them, like you said...
Is there a way to modify the Calendar template in Outlook?
I'd like each day of a shared calendar to have a list of employee names where they can type next to it whether they are in/out/in a meeting/lunch etc....like an in/out whiteboard for the staff, only electronic.
Thanks again, but I was able to find two lines of code that needed to be added right after the appointment was sent. This removed it from the senders calendar altogether:
objAppointment.MeetingStatus = olMeetingCanceled
objAppointment.Delete
Create a public calendar and make it active before sending the appointments."
Thanks mintjulep. Do you mean to create a public calendar from within the VB code everytime the the macro is run?
I'm thinking now, it may be easier/faster to just delete the appointment after it was sent. If I...
I'm using VBA to send appointments to recipients through Outlook (from an Access form). The problem is that the appointments being sent are also written into the sender's calendar, eventually clogging up the calendars for the clerical worker - forcing them to go in & clear out their...
I never noticed this. It does not work in Outlook 2000 SP3, but in Outlook 2007 it does let you right-click & change signatures from the body of the Email...thanks for the tip! Unfortunately, due to internal Business Rules, I am unable to upgrade the users to Outlook 2007 until Feb 2009.
I'm...
I am looking to create three new buttons in Outlook, one for each acting like 'New Message', 'Reply' & 'Forward' - the only difference being that these buttons will include a confidentiality statement at the bottom of the Email. The users will use the old/standard buttons when a message is not...
I'm trying to use a formula to compare/flag the current time (B1) to the in/out time entered on Sheet1 (between Sheet1!B3 & Sheet1!c3 OR between Sheet1!d3 & Sheet1!e3). The following is what I came up with, but does not work. Any ideas?
=IF(OR(B1>=Sheet1!B3,B1 <= Sheet1!C3,B1>=Sheet1!D3,B1 <=...
The answer is to use Continuos Page Breaks. This allows you to Protect only certain sections of a document/form while other sections are not Protected.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.