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: *

  1. cliffhanger9

    Mail merge unique records only...

    Hi all I am doing a mail merge and have a tab delimited text file with 10 fields as the data source. I only need the data from two of them - the product number and price. There are a lot of duplicate records that I would like to not merge into the mail merge template. I cannot alter the data...
  2. cliffhanger9

    Sorting ADO recordset on unknown fieldname...?

    Hi all, I have an ADO recordset that is populated from a stored procedure that uses several functions to concatenate one of the fields of the recordset so as such there is not a direct field name to reference in the sort (i.e. <% rs.Sort="CompanyName,ContactName" %> ) I know that there is no...
  3. cliffhanger9

    Store Global Const Values in a Table...?

    I currently have a module that has global variables set at the top. I would like to however store these values in a table so that I can build a form for someone who does not know VB and they can go to the form and change the settings, or values of the global variables. I would like to set the...
  4. cliffhanger9

    Write Import Spec &quot;On The Fly...?

    I am trying to automate an import process and was wondering if anyone has had any luck building an import specification on the fly from VBA. I guess it would have to consider the list of fields and the delimiters etc.. If anyone has, or has any suggestions on how to accomplish this (if even...
  5. cliffhanger9

    Extract Primary Key from Access Table...?

    Hi all - I m sure this is easy I have just never done it programmatically though... Is there a simple little VBA script that will stuff the fieldname that is the primary key of a passed in table into a variable? Thanks in advance!!!!!!!!!
  6. cliffhanger9

    How to Compare Two Database's Data...?

    Hello all- I need to compare two different datasets of identical databases. BY this i mean that I have two databases with identical structure (tables, fieldnames etc) however in one of the databases, some of the data has changed. I need to see the differences in what has changed similar to the...
  7. cliffhanger9

    Mimic Find/Replace functionality via VBA

    Hello all - I have a database table that has a column of usernames. the usernames have the domain attached into it. I am looking to strip this domain and leave only the username. so for example.. home/JDoe home/WSmith home/BMorris home/MHunt home/JMama ...would be possible values of the...
  8. cliffhanger9

    Prgorammatically Alter column Datatype...?

    Anyone have any ideas how to create a function that would change the datatype of a table field?? I have data that is imported to access so it is put in as text and I am hoping to run a macro to convert the text field to a DATE field so that a report can properly calculate things. was thinking...
  9. cliffhanger9

    Access Equivalent to Excel's COUNTIF function??

    HI All- The title sorta sums this one up.. What is the best way in Access 2000 (expression builder) to replicate the COUNTIF functionality of Excel In case you are not familiar with this, it essentially scans a field and counts the number of a specified instance. So my text box calculates...
  10. cliffhanger9

    Advance Recordset and Trigger a Function...?

    hi all - I have a form with a lot of records in it ( > 150) on this form is a button which generates a word document report based on the info in the form I need to create a macro/function that will trigger the report generation function advance the form recordset and repeat until it gets to...
  11. cliffhanger9

    Issues w/IF/FIND statements in Word VBA

    Hi all! I have placed the attached code into the code window of MS Word's Normal.dot in the Document_open event so that it will run automatically (I highlight all the docs that I want affected by this script and press enter to fire them all off - this method works fine - just some background)...
  12. cliffhanger9

    Print Access Report to PDF programmatically..

    Hello- I have a MS Access app that has a form with a list of information. There is a preview button on it that calls VB code which appears to generate a Report on the fly. What I am looking for help with is to then take this report and print it to a PDF. I have run through the process manually...
  13. cliffhanger9

    Documenter error &quot;Object Variable or With Block variable not set&quot;

    When trying to fire up the Documenter in Access 2000 (Tools--> Analyze --> Documenter) I get the following error: Object Variable or With Block variable not set any ideas on how to remedy this and get to the documenter?? thanks in advance

Part and Inventory Search

Back
Top