Recent content by Monstermechanic

  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

    Was on Vacation. It worked. Thank you so much. Now I just have to re-grow my har back.
  4. Monstermechanic

    Autopopulate in Subform witih subform control

    Have not worked with VBA very much. The form name is VSM - Vendor Surveillance Discrepancy The sub form is located in Child14 The subform name is VSM - Vendor Surveillance Findings The datafield is Test29. This is what I came up with and I just can't figure this one...
  5. Monstermechanic

    Autopopulate in Subform witih subform control

    Have not worked with VBA very much. The form name is VSM - Vendor Surveillance Discrepancy The sub form is located in Child14 The subform name is VSM - Vendor Surveillance Findings The datafield is Test29. This is what I came up with and I just can't figure this one...
  6. 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...
  7. Monstermechanic

    Runtime Error 424 Object missing

    Took out [text] and a miracle happened. Thank you.
  8. Monstermechanic

    Runtime Error 424 Object missing

    Sorry, Next to last line. [Forms]![General Report & Incident Page]![CAR Due Date in CAR Tab].[Text] = due
  9. 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...
  10. Monstermechanic

    Printing only the subform...

    It prints out the main form,,,,
  11. Monstermechanic

    Printing only the subform...

    Already attempted this...
  12. 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.....
  13. Monstermechanic

    Autopopulation of field based on another.

    Thanks for your assist. This works great. Unfortunately I did not have the full versions of VBA on this "work" computer. Thanks again for the assist......
  14. Monstermechanic

    Autopopulation of field based on another.

    Been there done that and have an XXL teeshirt.
  15. Monstermechanic

    Opening forms (that is related to same record)

    Redirect your Data fields in the form properties I believe You will have to open up the properties of the 2nd form and on each of the Fields that you are entering data into you will go to the Data tab. you will then have to change the Record Source for that field. Hope this helps...
Back
Top Bottom