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 strongm 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. RobReid

    Advice required for MS Access on the Web

    I am a designer/developer of databases using MS Access. I am finding more and more that my clients are requiring various forms of web based input through intranet/internet access. From reading various replies in Tek-tips I gather that MS Access Web Pages are NOT the way to go. Can anyone advise...
  2. RobReid

    Creating Multiple Criteria Query

    If you decide to use a large field you could use the criteria line Like * & forms!formname!fieldname & * this will match any set of characters you enter into the field. If you use multiple dropdowns then you could simply use =forms!formname!combo1 and then use the OR option in the criteria...
  3. RobReid

    Append query field size restriction

    I am running an append query from a form when the user clicks save. When I have any more than 50 characters in my text fields the append will not work - "invalid procedure". The table field sizes are set to 255 characters and can take appropriate number of characters typed directly. Access...
  4. RobReid

    Problem sending more than one email

    Many thanks for the rapid response. Yes, you are right. It is Access 2000. I will apply the service releases and retry. Thanks again. RobReid
  5. RobReid

    Problem sending more than one email

    I am using Docmd.Sendobject to email a few lines to applicants for training courses. The applicants can also submit the application for other persons. My problem is that the first email works perfectly, but the subsequent emails don't go. When I debug, the code is doing what it should. Do I need...
  6. RobReid

    Transferred Data Not Displayed In View

    I have a DTS routine that transfers data from MS Access into SQL Server database. After the last download, I cannot display the most recently downloaded information when I create a View. If I count the records I can see that they are being added. My View enquiry is based on selecting YEAR and...
  7. RobReid

    I need a Topspeed ODBC driver

    Can anyone tell me where to source an ODBC driver for Topspeed files. I want to link to these via Microsoft Access. Any help is much appreciated.
  8. RobReid

    Send Email via Lotus Notes From Access2000/97

    Thanks for the enquiry DougP. When I run my piece of code behind my button (shown below) I get all the details entered into the 'Compose Message' box of Outlook when I am using an Outlook only system. With Lotus Notes I get nothing. Message disappears. Code is: Private Sub Command107_Click()...
  9. RobReid

    Send Email via Lotus Notes From Access2000/97

    Hi anybody, I am trying to send a message through email based upon contents of a form. I can get this to work with Outlook but client is using lotus notes as email carrier. I have tried changing WIN.ini settings pointing to Mapivi32.dll but still does not want to work. Outlook is also installed...

Part and Inventory Search

Back
Top