Search results

  1. H

    Help with Conditional Formatting

    Ok, the solution is: Minute([Time1])>=Minute([Time2]) And Minute([Time1])>=4 This works J
  2. H

    Help with Conditional Formatting

    Ok this is what I have currently: [Time1].Value<=[Time2].Value This works, however I need to say [Time1].Value<=[Time2].Value by xAmount for example 4 Minutes. So by 00:04:00 How would I do this? Thank you
  3. H

    Help moving a textbox

    ah, I see, that works :) Thank you very much for your help
  4. H

    Help moving a textbox

    Yeah I do have another textbox on the report, thats how I got the left and top values.
  5. H

    Help moving a textbox

    Heres an example of what the report is doing.
  6. H

    Help moving a textbox

    Yeah that was just an example here is the code I have: Me.Controls("TextBox1").Left = 9.199 Me.Controls("TextBox1").Top = 0.399 The left sould be moving from the right of the report closer to the left. But 9.199 the left pos, isnt as left as what the its currenlty jumping to.
  7. H

    Help moving a textbox

    yeah, sorry i meant Me.Controls (TextBox1).Left = 12828 Me.Controls (TextBox1).Top= 888
  8. H

    Help moving a textbox

    Hi Thank you for the advice, however I have tried this, and its giving me the same error, the box that I am moving TextBox1 jumps to the far left. Thank you
  9. H

    Help with Conditional Formatting

    Hi :) I need some tips and advice when it comes to access conditional formatting, The idea is to highlight a textbox (Time1) when one value is bigger than (Time2) by x amount. Currently in an expression I have: [Time1 >Time2] this works well and highlights the box the conditional formatting is...
  10. H

    Help moving a textbox

    Hello I wonder if anyone can help me, I need to move a text box with an access report. I have the code on the activate event. Currently I have: Me.Controls (TextBox1).Left = 12828 Me.Controls (TextBox1).Left = 888 But this isn’t working, :( can anyone give my an example of this. Thank you
  11. H

    using a wildcard to equal a mulitpul feilds

    using a wildcard to equal a Multiple fields for example a field called url with 10 values in it?;) thank you
  12. H

    Is there anyway to blank a text box on a form

    ok, studding carefully then what is the difference between name and userID and topic id and title because the topics one works fine and add the value found to the database were the userID add to the database at 0 always
  13. H

    Is there anyway to blank a text box on a form

    yeap, sorry had a blode moment there, i been working on this for to long, lol sorry
  14. H

    Is there anyway to blank a text box on a form

    ok this is funny but i dont have a ROWSOURCE box?
  15. H

    Is there anyway to blank a text box on a form

    yeah, thats what i want to happen but i dosent
  16. H

    Is there anyway to blank a text box on a form

    thankx, ok, but if i dont use the dlookup is there another way of getting the topicID from the title?
  17. H

    Is there anyway to blank a text box on a form

    yes its in the forms before update event, thats why i dont understand why its not working
  18. H

    Is there anyway to blank a text box on a form

    no, Addcomments is my form and userID is the text box, also again with the frist form and then textbox
  19. H

    Is there anyway to blank a text box on a form

    yeap have done but it still saying the same, and my form is called AddComments
  20. H

    Is there anyway to blank a text box on a form

    what have i done wrong when it errors, the expression may not result in the name of a macro, the name of a user-defined funtion, or event procedure? this is what i have, in the before update event =AddComments.txtName=AddComments.UserID
Back
Top Bottom