Search results

  1. C

    Paramater Input?

    The subform is based on a query, and the form is unbound. The problem seems to be that the subform is in an unbound form. When I open the subform and print it on its own it works fine, but I have it in an unbound form and it won't print that way. [This message has been edited by Codesmith...
  2. C

    Paramater Input?

    I have a form with a print button on it. It is based on a query with a date range given by a custom input form. When I go to use the print button, it keeps asking me for the start and end dates in MS'Enter Paramater' form. Im new to access and I don't know what could be causing this?
  3. C

    If Then Else Statement does not work.

    Im developing a database for sales and I cant for the life of me get my if then statements to work. I am familiar with programming in basic, but it does not seem to be working properly. I have a combo box that updates a number of other fields, it is not limmited to the list. when someone enters...
  4. C

    I Wish I could enlarge it...

    I have a subform with a memo field in it. The subform is viewed in form view, and I cannot make the memo field expand when a new line is started. It stores the information, but the horizontal size of the field remains the same.
  5. C

    IF I DON'T FIND OUT HOW TO LINK TWO COMBO BOXES I WILL DIE A TERRIBLE DEATH

    I Figured it out. Yippie!!!, thanks for the help Rich.
  6. C

    IF I DON'T FIND OUT HOW TO LINK TWO COMBO BOXES I WILL DIE A TERRIBLE DEATH

    I tried what you said, but Im still only getting the [Combo2] Results for the [Combo1] value that was there when the form was opened. ?
  7. C

    IF I DON'T FIND OUT HOW TO LINK TWO COMBO BOXES I WILL DIE A TERRIBLE DEATH

    Hello, I'm in the midst of creating the mother of all databases and an unexpected dilemma has thwarted my attempt. I have two combo boxes. The first one selects a Make, and the second one selects a Model. I need to produce a list of models only for that paticular make in the second box. I lied...
Back
Top Bottom