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 wOOdy-Soft 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. NewProgrammer1234

    <b>How can I run a function on a linked table?</B>

    I need to run a function on a linked table and I am not sure how to define MyTable as a linked table. I am new to Access VB and my Access help files are corrupt so i am in a bit of a bind. My code gives me an error at the "Set MyTable= . . ." I know I need to define MyTable as a...
  2. NewProgrammer1234

    Is there a way to edit linked tables in two seperate Access databases

    I had to break a part a large DB (1 gigabite DB) into two Databases and I am running the same Access VB functions to update the same master tables because each db has a copy in two separate databases. Can I create a link to the master tables from the second database to the first one so that...
  3. NewProgrammer1234

    Need to pass a numeric key variable with a name selected on a Cftree

    I need to pass a numeric key variable with a name selected on a cftree selection. I know there is a very easy fix, I just don't know what it is. Thanks for your help. Here is my code: <CFFORM NAME=&quot;form&quot; ACTION=&quot;treat_tactic.cfm&quot; METHOD=&quot;Post&quot;>...
  4. NewProgrammer1234

    Need to automate openning another DB from form (Opendatabase ?)

    I am using Access2000 and I am currently using a macro to open a different database with a command button from a form. My problem is that I need to automate openning the new DB and closing the current one and a macro continues to run. I thought that Access used to have OpenDatabase and...

Part and Inventory Search

Back
Top