Search results

  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

    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...
  3. 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