Search results

  1. O

    Set Default Value... From A Form

    I'd like to set default value for a field in a table from a form. I tried: MyTable!MyField!DefaultValue = Me.myLastName But it's telling me "Object Required". I must not be going about this in the right way. I have a simple form that uses this table. When the user creates a new record I...
  2. O

    Sort Assending When Opening A Form

    I'd like to have a form sort by my ID field automatically, every time the form is opened. Is there an easy way to do this? Thanks
  3. O

    Read Environment Variable? v2003

    Is there a way to read in a system Environment Variable? If I go to a command prompt and type "SET" the system will display all my Environment Variables. For convenience, I'd like to identify the User. Thanks
  4. O

    Populate Fields with a Combo Box?

    In my Tabulated Form, I would like to make a selection with a Combo Box and have it populate 2 fields. I can get it to fill in the combo box field, but what do I do to get it to fill in another field in my form? The combo box is getting values from a separate table. Thanks.
  5. O

    Add Record and Display Previous Records - 2003

    When I add a new record... Access scrolls all the previous records to the top and out of view. Is there a way to control this so the user can see the previous records? (w/o having to manually scroll) Thanks
  6. O

    Duplicate Field from Previous Record - 2003

    I can use Ctrl-' (apostrophe) to copy the value of the same field in the previous record. I would like to create a Command Button that would do the same thing. Is there a way to do that?
Back
Top Bottom