Recent content by espenzaal

  1. E

    Format length of invoices in a textfile

    Hello! I'm one of the less skilled people in vba to say the least. I am here because i need som help with this code (see below). I have one other code that is running first which is replacing some characters in the file. That code has an input and an output file. The code below is taking the...
  2. E

    Conditional formatting

    Please dont reply to this thread after all. I dont know how to delete it so i will just reply liek this hoping its no problem for anyone :)
  3. E

    Conditional formatting

    Hello! I am stuck with a problem in my database. I got a table that is looking like this: On_Time 95% 96,88% 100% 100% 97,56% There is more data there but this is the field i want to use. I got a form where i want a little box or something to be coloured in red if the average of all those...
  4. E

    2 combos in a form

    I have found ou how to solve my problem thanks to Robert88's reply to another user here in the forum. He suggested this link I used example 2. thanks alot :D
  5. E

    2 combos in a form

    Thanks for the replies. I seems to be very close. My problem is that i do not know what should be behind the boxes. The Procedure After update on the two combos. I have added the Row sources like suggested. The First Combo shows SiteId fine but the code that should update the second combo is...
  6. E

    2 combos in a form

    Hello! I got a database with two tables in it. Site table has following fields: ID,SiteID Customer table got following fields: DropID, Dropname, SiteID. These two tables are connected in a One-to-Many relationship. I got a form with two combo's . I want to select "SiteId" from the first combo...
Back
Top Bottom