Recent content by slickdog

  1. S

    Combobox changing data problem

    Yes it has changed the underlying table and say if I had Manchester at row 3 it now states 3 instead of Manchester.
  2. S

    Combobox changing data problem

    I have a simple form that uses a Main table for customers ‘TblCustomers’ that uses a sub table ‘TblCustCity’. Tabel Cust City has two Fields ‘ID” and “City_Town’. I have a combo box that I can pick the town from, and can also add towns. With an ‘On Not in List’ event.: Private Sub...
  3. S

    Sending Emails without Outlook.

    Hi I have tried this however when I try to use the function as below : i get "Compile Error:Expected Expression" SendEmail (varTo,"messages@XXXX.com",,,,stText,,,,,,,,) where I am using "Varto" as the string that passes the email address for sending and "stText" as the message. where am I...
Back
Top Bottom