Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by naturalsn

  1. naturalsn

    Option Group

    Thank you very much Got it Working...
  2. naturalsn

    Option Group

    Good Morning I was hoping someone could please assist. This seems very simple but I get a runtime error 2427 "You entrered an epression that has no value" error the whole time. I have and Option Group call "ApplicationSucc" Yes / No Option group which is bound to a field in my table called...
  3. naturalsn

    Subreport Visible

    Absolutely Perfect. Thank you very much
  4. naturalsn

    Subreport Visible

    Good Monring I hope someone could possibly assist. I have a report that I am generating with 1 subreports embedded in it. When the subreport has no data , the subreport does not show when I run the main report. Now i know i need data to display the report. But at some stages the report...
  5. naturalsn

    VBYes VBNo

    Brilliant Thank you very much everyone... SN
  6. naturalsn

    VBYes VBNo

    Good Morning I was hoping someone could possible assist. I currently have some code. That with a current record on the form. The user can append to a different table. Once user click a message box come up asking Are you sure you would like to "append" the following record, if user says yes...
  7. naturalsn

    Append

    Thank you very much for both your help. Got is working thanks
  8. naturalsn

    Append

    Hi I was hoping someone could possibly assist. I have Two Tables TblIntrvCandidates & TblEmpInfo. In the "TbleIntrvCandidates" we have hundred of records of candidates being interviewed and using it for sending document etc. Once a candidates interview was not successfull or experience was...
  9. naturalsn

    Multiple Reports in Single Print Job

    Brilliant Thank you very much... It worked... thanks Again SN
  10. naturalsn

    Multiple Reports in Single Print Job

    Good Morning I currently have a form that has four check boxes on it, to allow users to select which report that would like to print with the current record. It is working perfectly but now need need to provide the users with an option to use the the same checkboxes to choose which reports...
  11. naturalsn

    Form Checkbox If yes Print Associated Report

    Hi Everyone.. Thank you so much for the help It is working PHV i replaced the syntax with the one listed above. And working perfectly... Absolutely brilliant... Thank you very much
  12. naturalsn

    Form Checkbox If yes Print Associated Report

    Hi bubba yes just did the installation. no change i just recently tested the following DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70 If IsNull(Me!DocID) Then MsgBox "Please select a valid record", _ vbOKOnly, "Error" Exit Sub End If DoCmd.OpenReport "rpt1RecipientCopy"...
  13. naturalsn

    Form Checkbox If yes Print Associated Report

    Hi Bubba Yes Id is on the form. The form is based on the Main table, Pretty strait forward. I have done the steps individually as indicated. Report works fine if i do a normal docmd.print with DocId = " & Me!DocID So it prints the current record i am working with. So this as a test...
  14. naturalsn

    Form Checkbox If yes Print Associated Report

    Just the primary ID. Yip, on the report but set visible to NO.
  15. naturalsn

    Form Checkbox If yes Print Associated Report

    It does not like that... Gives me an error, runtime 3464 Data Type Mismatch in criteria expression I used "[Forms]![frmDocTransmittal]![docId]" under the docId Field Removed extra docId syntax. Wonder if that is not because of it being a checkbox and not a combo..

Part and Inventory Search

Back
Top