Recent content by JMM

  1. J

    Linking tables in separate databases on web server

    Yes, as I indicated, I was unable to find any way to link the table with a relative path. I could type the UNC path into the filename field if there was a UNC path to the file with the table I want to link to, but there isn't.
  2. J

    Categories and subcategories setup

    Kimberly, your question is a very common one. You may wish to try searching these forums first, but I can tell you that if you go to the PHP forum at forums.devshed.com and do a search, you will find many threads explaining how to setup such a scheme. In a nutshell, you will need something...
  3. J

    Linking tables in separate databases on web server

    No, unfortunately I can't. My local machine is not networked with the web server -- I am just connecting to that machine over the Internet, e.g. to FTP the Access files up. Anyway, Access never gives you the opportunity to just enter a path -- it's all interactive, you have to browse to the...
  4. J

    Linking tables in separate databases on web server

    I have several Access databases on my web server, supporting ColdFusion applications. Each separate database represents a different application. I need to centralize some data that will be used by multiple applications. I plan to create a new database to store the centralized data. As I see...
  5. J

    Jet SQL reference

    OK, thanks. I did put in the Office install CD to see if there were some help files that hadn't been installed, but that was really confusing and I was unable to identify any such files that I could install at that point.
  6. J

    Jet SQL reference

    Thanks, but you misunderstood me. As I said, the Jet SQL reference is missing, it doesn't appear in the table of contents. I was able to copy the help file directly from another computer, but I'd still like to know why it was missing from my copy in the first place.
  7. J

    Jet SQL reference

    My Access 2000 is missing the Jet SQL reference. Does anyone know any of the following: Why it is missing? What I can do about it / where I can get it? Thanks
  8. J

    Programming form controls (combo box)

    Thanks for your replies. Nero, I think the problem with that (and with what I described) is what David mentioned -- it's too ambigous whether you are trying to select a different record or enter a new one. However, I would like to be able to make the selected item in the combo box change...
  9. J

    Programming form controls (combo box)

    Hi, I have a form on which I have a combo box. I would like to load the combo box with the values from a column in a particular table, allow the the user to select records with the combo box, and enter new values for new records/update values for existing records in the combo box. The trouble...
Back
Top Bottom