Search results

  1. Monstermechanic

    Adding a drop down list to the criteria in a query

    I am attempting to generate a report. When building the query I was hoping to add a drop down list to the criteria window. Is this possible?
  2. Monstermechanic

    Password Protection for a portion of a database

    I currently have a database which has been created to have a user interface which is seperate from the data. On the user interface is it possible to have a password on a button function. In otherwords when I activate one of the buttons I wish to have the user enter a password before the button...
  3. Monstermechanic

    Autopopulate in Subform witih subform control

    Having issues with auto population in a subform using a subform button control. The code obviously works when in form mode but when as a subform object form cannot be found. Private Sub Command13_Click() [Forms]![VSM - Vendor Surveillance Findings]![Text29] = ("Transferred item to a VCAR for...
  4. Monstermechanic

    Runtime Error 424 Object missing

    Need some help if possible, Thanks Working on a Database where a "Request Date" is entered. then based on a Drop Down "Catagory" of I-IV a "Due Date" is to be autimatically generated and populate the "Due Date" field. Below is the code, however I'm receiving a Runtime Error 424 Object Missing...
  5. Monstermechanic

    Printing only the subform...

    Could anyone give some assist on how to print only the subform in a form. I'm looking to create a print preview command button that will allow only the sub form to be printed... Thanks for the assist.....
  6. Monstermechanic

    Autopopulation of field based on another.

    The trouble that I am having is that I wish to Autopopulate a "Due date" based on a "notification Date" that is not todays date. I believe that I need to use the Date Add function however the expression is unknown to me.....
Back
Top Bottom