Search results

  1. D

    form in maximum size

    some times when i open a form or report, it does not fill the entire screen. how can i make it fill the entire screen?
  2. D

    if user didn't enter info - error messages

    i would like the program to alert the user to enter data if it was not entered as soon as the user passes that particular field. right now i have the validation rule set to "Is not null" and a message. However, that message is displayed only it the user tries to go to the next record. any...
  3. D

    my own error messages

    i would like to use my own message when the data entered is a duplicate of previous information. (I would like to unique account numbers). Right now Access sends its own message. any suggestions.
  4. D

    input mask for field in combo box

    i would like to make a combo box with 2 columns. the first will be the comapny name the second the account number. i have the account number stored as a series of numbers, but i alway shave it displayed as 12-9008 with the input mask. however, when i try to use the input mask for the combo box...
  5. D

    all choices from a combo box

    can you please expound on all that you have coded.
  6. D

    not in list - adding new info to combo box list

    i have been able to add new info to the combo box list. however, i still have to type in the new info into the form. i would like to new data to be automatically put onto the combo box on the form. how do i do that?
  7. D

    combo box - requerying

    i am creating an order form. the user selects (from combo boxes)the name of the show, (based on the show name)the show date, (based on the date) the seats. works fine for the first purchase, but if the same person purchases another show, when i try to select a date for the second show, it still...
  8. D

    all choices from a combo box

    i would like to be able to have the choice to select only one 'category' or all the 'categories'.
  9. D

    synchronized combo box on subform

    i have 3 synchronized combo boxes on a subform. when i run it on its own (not from the main form) it runs properly. however when i try it from the main form, it asks for the field as if it is unknown. i put [forms]![orders]![product] in the query. any ideas?!
Back
Top Bottom