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...
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...
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.
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 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 <=...
I am working on an MS Word 2000+ document that uses drop-down form fields. This document also has hyperlinks that the user needs to click on for help/info.
The problem is that in order for the drop-down form fields to function correctly, the form must be protected, but once the form is...
I'm new to forms in Word & am trying to assign a value in a text box named Deduction depending on the value of the Combo Box named s1. The VBA code below does not work.
If s1 = "Yes" Then
Deduction = "B"
Else
Deduction = "C"
End If
Thanks!
I'm new to forms in Word & am trying to assign a value in a text box named Deduction depending on the value of the Combo Box named s1. The VBA code below does not work.
If s1 = "Yes" Then
Deduction = "B"
Else
Deduction = "C"
End If
Thanks!
In Word 2000 or later, I'm trying to create a form that allows for the user to "draw" a genogram using the Drawing toolbar. I've tried inserting a table for this, but once the form is protected, you can't click into the panel, let alone draw lines, circles & squares,
Can this be done?
Thanks!!
In MS Word 200 or later, I'm looking for something similar to Javascripts 'togglediv' that allows you to expand or shrink forms when clicking on a header? People use togglediv in .asp & HTML, but I need this to work in a Word Document.
Sub Documents is not the solution, as I'm not looking for...
I'm creating a form that users use to enter data into tables.
Each user has their name & initials associated with each respective license of MS Access 2000.
Is there a way to have the VBA code reference the user name when they hit the Submit button?
I'd like to use this to track who made each...
Does anyone have a VBA code snipet that will assign a Word Merge field a value from the Excel sheet that the macro is ran from? I'm trying to skip the step of having to write the variables to a .csv file, as the values to be written are already known inside the macro (Cells(r, 6) should be...
I've recently switched from using VFP tables to SQL 2005. I am now looking for a way to point my VFP 7.0 .prgs to the SQL tables instead of FoxPro.
For FoxPro, I simply pointed using the following command:
use "L:\tables\cif2.dbf" share
What do I need to replace this with to have the .prg...
I use a FoxPro 7 .prg to export .dbf data to a .txt file, however it always appends a carriage return & a black box as what I assume to be an EOF character () after the last line. Does anyone know a way to avoid this from happening?
Does anyone know how to link a FoxPro DBF in Access 97 using the FoxPro OLE DB Provider? The FoxPro ODBC driver has not been updated by Microsoft since FoxPro 6 & does not work correctly with FoxPro 7 or greater. I am told that the FoxPro OLE DB Provider is the best solution. Thanks!
All of my reports macros queries & forms are built in Access97, but all of my tables are in FoxPro DBFs. Everything was fantastic when my applications were based on FoxPro 6, but a software "upgrade" required me to switch to FoxPro 7 & I can no longer link to my DBFs in Access the way I used...
When I link to VFP 7.0 tables that have more than 84 fields from either Access 97 or 2000, and I try to make any changes to the data in the fields of those tables, I get the following error:
ODBC--update on a linked table 'tablename' failed.
When I click OK on the error, I get...
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.