Recent content by riverphoenix

  1. R

    Parameter error in Subform Combo box

    Ok, no worries! I appreciate the help! Thanks :)
  2. R

    Parameter error in Subform Combo box

    All the reports. It is working right now because I removed the "Home" button (like you see on other forms) and renamed the "Close" button to "Home". There should be a Home and Close button on each report. So if I had left the Home button, I run the report > report with correct results > select...
  3. R

    Parameter error in Subform Combo box

    @pbaldy attached.
  4. R

    Parameter error in Subform Combo box

    @arnelgp right! @pbaldy So let’s say I chose Tylenol > Ran Report > Tylenol Results > Home button on report > Chose Advil > ran Report > Tylenol Results essentially not refreshing the results to the new selection (advil).
  5. R

    Parameter error in Subform Combo box

    I actually ran into another issue I can’t seem to figure out :-/ If I select Med1 from the combo box , click run, get the report with accurate results, click Home (back to MainForm) in the report, change to Med2 and click run again, the report still displays results for Med1. If I were to...
  6. R

    Parameter error in Subform Combo box

    got it! [Forms]![MainForm]![MainSubForm].[Form]![cboMedName]
  7. R

    Parameter error in Subform Combo box

    That didn't work :-/
  8. R

    Parameter error in Subform Combo box

    Hi! I am not quite understanding what mine would look like... I created a MainSubForm with a Combo Box (name = cboMedName, query = MedicationLookupQuery) and Run Button that points to a Report (name = MedicationsPatientsReport, query = MedicationsPatientsQuery). When I run the reports directly...
Back
Top Bottom