Search results

  1. T

    Java code to vba

    Hello VBA lovers I Have wrote a simple code in java and i would very much like to be able to use it in ms access. Could someone translate it in vba please. I know it will be easy for most of the ppeople programming in VBA, cose it has only two loopes and some string variables. So I would...
  2. T

    inner, left or right join ?

    Hi, Here is me with my problems again. its been 48 houres without sleep and without solution. So i hope someone can help me in here like allways. ok, this is bothering me: I have two tables, [orderTable] and [closeTable] I polulate [orderTable] by clicking on add button. that works fine. now...
  3. T

    Problem with IF and

    Greetings, im struggling with this logic since three days now. I really need your help guys, something is wrong with me. My problem is that im trying to change a picture from table.gif to tablex.gif, if meet some criteria. please find what i did till now Private Sub Form_Load() Dim nCount1 As...
  4. T

    Insert Update Or Append Table

    Greetings, I'm trying to update values of one table from another table by adding to existing values. I have two table , tbl1 and tbl2 in tbl1 i have items and qty same in tbl2 items and qty now i would like to update tbl1.qty using RunSql with data from tbl2.qty so if in tbl1.qty = 5, by...
  5. T

    Multiplying in Continuous Form

    Greetings, I am trying to myltiply two fields on my continuous form, I have a formula that i put in unbound textbox and works fine, but just for the first row, the next one in a line gives the same value of the first row even that is not correct: I hope im explaining myself what im trying to...
  6. T

    MOD36 check digit

    Greetings everyone, Im strugeling for to long now and i just cant figure it out how to implement mod36 checkdigit in my form, i have a 15 character and i need to add another check digit to make 16 characters, iv cheched something with mod16 and iv heard mod36 is just the same only characters...
Back
Top Bottom