Recent content by Elsw

  1. E

    select file, copy file, rename file

    Hi Guys, I am sure this was posted before but as I am a newbie do not know how to search, I will have to ask again. Would be great if someone can just post me a link to the answer. I want to add a button on the form to open a dialogue box where I can select files, once selected it should store...
  2. E

    continuous form - one field change the background colour, current record

    Hi, in a continuous form i want to click on one record and have the one field change the background colour to highlight it. When I use the code: Field.BackColor = vbYellow it changes the background on all the records. Is there a code to say only for the record with focus?
  3. E

    Question Gtalk

    Does anyone of you know how to add the IM Gtalk to my database. I have daily queries running and want to send ta IM to some employees when it is done for them to proceed with normal work. Yes you can do it by email, but normally there are so many emails they will miss it. I would also be nice...
  4. E

    Multiple Fields in one memo field

    Hi Guys, Can anyone tell me how I can add multiple fields in to one Memo field that each on it on a new line on a form. I Know i can =[field1] & " " & [field2] & " " & [field3] But how do i add them that they come out on the memo field like this Field1 Field2 Field3 I need them this way to be...
Back
Top Bottom