Search results

  1. R

    Type Mismatch Error

    Hello, Having trouble with a type mismatch error. I have form with 2 unbound combo boxes and 1 check box. The combo boxes are text boxes, the check box is a yes/no in table. Default Value of check box is 0. Lets call the combo boxes CMB1 and CMB2. and the Check box CK1 My code is breaking on...
  2. R

    AfterUpdate - Default Value

    Hello, Just starting to grasp concepts, need help filling in some holes. Using Access 2003. If I had a form, w/ 1 txt box (txtNum) and 1 combo box (cmbType) with values of RS and CS. I want the combo box to input a default value based on what the user inputs into the textbox (based on first...
  3. R

    Search Box

    Hello, General Info. I have a table with Account Number and Money in database backend I have an unbound form for input in the front end. I need to add a button, that when pressed opens another form. This form has one text box which a user can enter an account number to see if the account is...
  4. R

    Trim() from "DOS" screen

    Hello, there is a form at work which basically has a command button on it, when clicked is able to get data from what we call a session screen (basically like a dos screen with customer info) as long as its open, and places the info in the txt box. I have been asked to make another form...
  5. R

    Infinite Form

    Hello, I have recently been assigned the task of Database manager in my department. 3 weeks ago, I've never used access. 3 weeks later and two books, I'm getting the general concepts of access and vba (enough to write simple codes) to create working forms/tables/queries etc. Okay so I want to...
Back
Top Bottom