Search results

  1. J

    Correct field name

    I am running a report based on a query from a subform called subfrmQuote. I have setup my query so that one of the fields has a criteria of [Forms]![subfrmQuote]!
  2. J

    Combo defaults to -1

    All solved. In my code I'd missed out the .Locked property and was setting these values to False. Sorry to waste your time!
  3. J

    Combo defaults to -1

    There are no defaults set in either the FE or BE.
  4. J

    Combo defaults to -1

    It sounds like I've got a similar problem with both fields then. The default value property is not set in either the table or the form. I'm confused! My tables are linked but can't see that this makes any difference.
  5. J

    Combo defaults to -1

    Thanks for your reply Pat I can't see that it is either. The table field has no default value either. I also have a date field on the form which seems to be doing similar (its defaulting to 30/12/1899).
  6. J

    Combo defaults to -1

    I have a combobox which is taking its values from a table. For some reason, however, it defaults to -1. The default value property is empty. I even tried cutting and pasting from the combo above which is almost exactly the same but all to no avail. I can't figure why. Help!
Back
Top Bottom