Search results

  1. D

    Broken Tabs

    Help Tabs Broke My work installation of office has help installed and working. I can use the assistant to ask questions, but when help comes up, only the content tab has data. Selecting either the index or search tab gives me a gray panel. Will I have to reinstall. Is there a flag to flip to...
  2. D

    Insert query run in VB

    I'm parsing several fields that have been imported with comma delimited data into several tables. When I finish, there is some data I need to append to a table. I run a query in Access and it works fine, but if I run the same query in VB after the code parsing all the other data, using...
  3. D

    Information Display

    This ought to be simple, but you have to love Access VB help. I'm processing multiple MS Project files and loading up a database. It takes a while, and I want to simply display which file is being read and worked. That is, "File being read is: " & thisfilename.mpp Documentation is not much...
  4. D

    Updating MSProject

    We have this idea that presenting HTML pages to update a database with basic schedule info, then transferring that data to MS Project might be easier than making everyone buy Project and learn how to use it. Only the Project Manager will use Project for detailed schedule stuff. Others will get...
  5. D

    Truncated Memo Fields

    This is a common problem based on the search I just did. On Monday, I used a little VBA to send email to contacts. It looped through a query result and sent the email to each contact. The email included a msg from a separate table with one record defined as memo. Then it looped through the data...
  6. D

    doCmd.sendObject stops

    I have a few tables with related data to send to interested contacts (in a table). I've put a button on a form, tied it to a module, and executed it successfully, looping through the records and checking that each contact is found and appropriate data put into the a message. However, when I use...
Back
Top Bottom