Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: migv1
  • Content: Threads
  • Order by date
  1. migv1

    Populate a Word table from an InfoPath form using VBScript

    I posted this last week in Google Groups microsoft.public.infopath last week and got no takers. Maybe someone here can help? Does anyone know how to populate a Word table with data from an InfoPath form using VBScript? I've already figured out how to open the Word template and transfer data...
  2. migv1

    Active Directory Sync in Access

    I'm trying to create an Active Directory Synchronization function in Access, similar to that found in Project Server 2007. I can enumerate all the members of my AD group with the following code: Sub ADMembers() Dim strSql As String Dim LoginName As Object, tblEmployees As Table Dim...
  3. migv1

    Help using VBA in MS Project Pro 2007

    I have written "gatekeeper" code that checks a user's credentials and applies the appropriate filter (and disables command bars) so that users are restricted to viewing and editing only tasks owned by their departments. The code works fine when Project Pro is already running, but I can't seem...
  4. migv1

    How to VBA Analysis Toolpak ANOVA?

    Greetings; I searched the forums and didn't find anything, so I hope this hasn't been asked before: How do you write code to automate a single factor ANOVA using the Tools > Data Analysis function? I have enabled both the Analysis ToolPak and Analysis ToolPak - VBA add-ins, but when I try to...
  5. migv1

    Convert detail record values to text

    I need to extract multiple detail record values in a subform and concatenate them into a single text value for transfer to another field. This is intended to make it easier for users to enter prospective payment schedules in a contract creation and tracking database. Currently, users are...
  6. migv1

    Enter Parameter Value Appears at form open

    I have a main form that is based on a query, which in turn gets a parameter (year) from a form (Select Year) that appears in response to the On Open event for the main form. When the main form is called, an Enter Parameter Value dialog appears. This doesn't do anything for the query, since you...
  7. migv1

    Insering actual documents into a table

    Greetings: I'm working on a form that would let users insert an actual document into an OLE Object field of a table. I can get the path and filename of the document using the FileDialog object, but how do you insert the actual object into the table programmatically? I need users to insert one...
  8. migv1

    How to detect autonumbering in Word

    Greetings to all: I am trying to write code to detect autonumbering in Word documents submitted to our report writing group. When detected, I would like to highlight the autonumbered paragraphs so that the feature can be turned off. I have determined that the ListGalleries property is somehow...
  9. migv1

    Row Numbers

    How do you return the row number (or ID number) of a task based on the value of a text string in a particular column (e.g., Text9)? I need to refer to particular tasks based on the indicator field values for use in a LinkTasksEdit command. Thanks in advance for any help.
  10. migv1

    Common Global.mpt for workgroup

    Is it possible to set the global.mpt to be used by Project 2003 Standard for members of a workgroup who will use a template to set up projects in a consolidated master project file? I have a global. mpt with VBA code called from toolbar buttons that automates several functions for users...
  11. migv1

    What are MPD files for?

    Greetings: I've been tasked with creating an Access front end for Project 2003, and I was wondering what file format would be best for database purposes. I have tried saving a master consolidated project file (created by choosing the third option to create a master project file from all sharer...
  12. migv1

    Select a directory in an Excel spreadsheet

    I have a field in an Excel template where users must type in the current working directory (this almost never remains constant). Unfortunately, the path names are rather long, since we work out of shared network drives. Is there a control I can place on the worksheet that will let users select...
  13. migv1

    Recording multiple Now() entries

    Greetings! I have to record the times when data entry starts and when it ends. I tried using the Now() function to set the ObsStart value - works OK. However, when the ObsEnd value is set to Now() by the click event of the save button, the ObsStart value is reset to the same date/time value...
  14. migv1

    Prevent Esc Key From Nuking Data

    Greetings, Gurus! I have a user data entry form with 83 separate fields. I noticed that pressing the Escape key (usually several times, but sometimes this happens with only one press) during data entry blanks all the previously entered data. Is there a way to prevent the Escape key from...
  15. migv1

    Can date entries be restricted to mm/yy format?

    I have forms for users to enter dates of projected events, payments, etc. For our purposes, we only need the month and year for these entries. I have formatted the date fields as mm/yy and have tried several different input masks, finally settling on 00/"1"/00;0;_ (since every month would have a...
  16. migv1

    Pop-up reminder based on date field in a subreport

    I've done quite a bit of VBA coding in Excel, and now I have to do the same in Access. Unfortunately, the syntax is very different, and I'm lost at this point. I have created a database of companies with which we maintain service contracts, and users can select from a list of companies to...
  17. migv1

    Can you use a combo box in a Select dialog?

    Is it possible to have a combo (or list) box appear listing possible choices from a table instead of a blank text box in a [Select] dialog of a select query? This would make it easier for users to enter a valid value to run the query.
  18. migv1

    What is the best way to set up Access for budgeting?

    Greetings: I've been assigned to set up a database that tracks budget data for multiple projects. What is the best way to automatically update a 'remaining funds' field for specific projects as new items are added to the database? Thanks in advance for any and all suggestions!

Part and Inventory Search

Back
Top