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 dencom 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: MaltaC
  • Content: Threads
  • Order by date
  1. MaltaC

    You cannot use Peachtree right now because the serial number(s).....

    We have Peachtree Premium 2007 with multi-user license (5). It is hosted on a peer-to peer network and we can successfully connect from another PC. When I try to access the networked company from a third PC I get the following error message: "You cannot use Peachtree right now because the...
  2. MaltaC

    Problem with Tab Contol and Command Button colors in access forms

    I am using Access 2003. When I create a new form and place a Tab Contol or Command Button on the form the color of the color of the Tab Contol or Command Button is WHITE rather than the usual GRAY. This happens whether the database was created in Access 2000 or Access 2003. When I place a new...
  3. MaltaC

    The Microsoft Jet database engine cannot find the input table

    I receive the following error message when my code attempts to import a comma-quote delimited file: "The Microsoft Jet database engine cannot find the input table or query 'Daily_Price_Pre_Import'. Make sure that it exists and that its name is spelled correctly." Also, the file is not...
  4. MaltaC

    Create Table with a multiple column primary key

    I am trying to create a table with a multiple column primary key. When I run the code below I receive the follwoing error message: "Cannot add multiple PRIMARY KEY constraints to table 'Daily_Price_ImportT'" What is the correct coding to create a table with a multiple column primary key...
  5. MaltaC

    Create Table with a multiple column primary key

    I am trying to create a table with a multiple column primary key. When I run the code below I receive the follwoing error message: "Cannot add multiple PRIMARY KEY constraints to table 'Daily_Price_ImportT'" What is the correct coding to create a table with a multiple column primary key...
  6. MaltaC

    Set column "Identity" property with VBA

    I am appending a new table in an Access Project. I am trying to set the "Identity" property (autoincrement) of the first column in the table. I receive the following error message: "run time error 3265, Item cannot be found in the collection corresponding to the requested name or ordinal...
  7. MaltaC

    Set column "Identity" property. Append a new table in an Access Projec

    I am appending a new table in an Access Project. I am trying to set the "Identity" property (autoincrement) of the first column in the table. I receive the following error message: "run time error 3265, Item cannot be found in the collection corresponding to the requested name or ordinal...
  8. MaltaC

    Create and Send emails from Access using an SMTP server

    I need to Create and send multiple emails with attachements (Excel and PDF), to different recipients from Microsoft Access thru an SMTP server. Is there anyway to code this in Access VBA? Thanks

Part and Inventory Search

Back
Top