Search results

  1. T

    combo box error message

    Can anyone tell me whats wrong with this line of code? DoCmd.OpenReport "rptOverview", acViewPreview, , "WHERE [CarID] = " & Me.cboCar.Value I'm getting a missing operator error (3075) ..its supposed to open a report based on what record the user selected from a combo box thanks
  2. T

    conditional formatting 2 text boxes

    hi is it possible to conditionally format a text box based on the value of another text box on the same form? If so hows it done? thanks v much
  3. T

    form question

    Hi, I've got a form that displays a list as follows: Name Number xyz 2 xyz 1 xyz 3 xyz 4 xyz 3 I want to add a text box that will look at the numbers listed and display the highest number? Not really sure how to go about it, an if...
  4. T

    quick user log in question

    Hi, Could anyone tell me whats wrong with this piece of code, the error says access cant find the form i'm looking for..'frmuser' txtwelcome.Text = Form!frmuser.cboUsers.Text basically its a text box that should show the persons name who logged in to the system on the login page. I've put...
Back
Top Bottom