Search results

  1. 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...
  2. 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
  3. 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
  4. H

    Is there anyway to blank a text box on a form

    Is there anyway to blank a text box on a form, so it will not add that textboxs data to a table? Thank you.:rolleyes:
  5. H

    simple qusetion i think

    hello it my first time here, so I hoping I am in the right place, ok my question is how do you use a form and automatically enter data, for example I have a form called form1 for now, on this form there are two boxes one userID and the other name, when the user enters there name I want the...
Back
Top Bottom