Recent content by stavros

  1. S

    Transfer Spreadsheet and attach to e-mail

    Hi, from my current database i can run a report which will produce an e-mail with an attached word document so i can send off to my customers. Private Sub Command90_Click() On Error GoTo Errhandler Stremail = DLookup("Email", "Customer List", "Customer = '" & Forms!DataInput![Reseller Name]...
  2. S

    Question DLookup and Date problems - please help

    thank you all so much cheers Paul
  3. S

    Question DLookup and Date problems - please help

    Thanks for the thread but i think that all a bit too much for me to work out sorry. what i have is a as follows: Table called Product within that a coloum called Product and a column called SLT Within one of the forms thats uses is a combo box called Producttxt (this lists the above...
  4. S

    Question DLookup and Date problems - please help

    Hi all, this is my first Post and i have just inherited an Access Database that i am trying to get my head around and also update, so here goes! I have a Table that show products and SLT's (in Days) ie Product SLT Line 6 Circuit 42 One of the forms we use has various boxes that need filling...
Back
Top Bottom