Search results

  1. L

    command buttons

    How would one create a command button to turn on and turn off the ability to allow the user to edit the data in the form? I have one main form which was built using the form wizard. In this form I have other subforms which are linked to the main form. I would like to be able to edit the data...
  2. L

    Easy ? how to save current record when a combo box has lost focus

    What command should/could I use to save the current record after a combobox has lost focus or after update. Basically, I need know if the selection chosen in the combo box is already been assigned to another record in the same set of records (no duplicate assignments). Thanks.
  3. L

    Criteria and Queries IIf...

    Any help would be greatly appreciated! The following IIF statement almost works as I would like it to. However, it only filters the records which have data contained in the particular field For instance, (Criteria: "*"). I need it to show all records, for instance, (Criteria: Like "*" Or Is...
Back
Top Bottom