Search results

  1. gselliott

    Currency in Code

    Im trying to put a currency field into an email. i know the code for transferring the text to the email its just the currency of £100.00, for example, is appearing as 100. How do i prevent this and make it appear aS £100.00 in the body of the email.
  2. gselliott

    Bold text

    I am sending Outlook Task Items through Access using the sendobject method, the text is put straight into the body of the task using code. What I am now wanting to do is to have certain words be displayed in the message as bold text and possibly a different colour. I have managed to do this...
  3. gselliott

    Inserting Pictures into Email

    I have set up a database that sends our customers an email message containing details from the database when a command button is clicked. I have set this up using code to insert the text into the body of the message, but i am also wanting to insert our company logo into the body of the message...
  4. gselliott

    Bold text in code

    That works fine for email, but can you use bold text in a task item through the code. Thanks.
  5. gselliott

    Bold text in code

    I am sending emails through Access using the sendobject method, the text is put straight into the body of the email using code. What i am now wanting to do is to have certian words be displayed in the message as bold text and possibly a different colour. Is this possible or not? Any ideas...
  6. gselliott

    Importing Text

    I am trying to Import a comma delimited text file into an existing table. I am trying to do this using VBA code but i am getting the following error: Field 'F1' doesnt exist in the destination table 'tblTest' I have made sure there is the correct number of fields in the table and they are all...
Back
Top Bottom