Recent content by rekabeilla

  1. R

    Information Displaying Incorrectly

    Thank you, I will look at these now. I appreciate the help!
  2. R

    Information Displaying Incorrectly

    The 1st & 3rd textboxes are the "labels" so they can shrink when they are blank =IIf([ClinicYear]="2017" And (Not IsNull([Flu]) Or Not IsNull([Bio] Or Not IsNull([Vitamins]))),"<b>2017:</b>","") The 2nd & 4th are for the data (this is textbox 2's source) =IIf(([ClinicYear]="2017" And Not...
  3. R

    Information Displaying Incorrectly

    I'm sorry, I'm not sure what you are asking
  4. R

    Information Displaying Incorrectly

    There is currently nothing grouped or sorted, I tried to group by LocationID but that didnt work.
  5. R

    Information Displaying Incorrectly

    Hello, (Please view the screenshots I have attached of the design view, print preview, table and record source to help narrow things down.) I am currently designing a report that has a few sub-reports and I am having trouble with the display of one of these sub-reports. I want the sub-report...
  6. R

    Save Appointment in Outlook SHARED Folder

    Hi I am using the following code that i found online to add an appointment to Outlook Calendar and it works beautifully but it adds the appointment to my calendar and not our business' shared calendar. I have googled for an hour now and i can't get any code that i've found to save to the shared...
  7. R

    Trouble Getting Value from Subform

    Yes that works thank you so much. I was thinking too far into it.
  8. R

    Trouble Getting Value from Subform

    Hi, I have a navigation form (that i coded, not the built in navigation form) that i placed an unbound subform on. On click in the menu changes the control source of the subform to display that specific page. I don't want the user to navigate away from the current page without saving so on...
  9. R

    Help with Order By on Continuous Form

    Thank you both for trying to help. I really appreciate it!
  10. R

    Help with Order By on Continuous Form

    I figured it out!! The cycle was set to "Current Page" and i changed it to "All Records" and that fixed it
  11. R

    Help with Order By on Continuous Form

    Yes, I just double checked it's ClinicName
  12. R

    Help with Order By on Continuous Form

    Short Text
  13. R

    Help with Order By on Continuous Form

    I tried it in code and it didnt work either.
  14. R

    Help with Order By on Continuous Form

    That doesn't work either :( but thank you. Idk why it wouldn't work. Allow Filter = Yes Filter On Load = Yes Do you know if there anything else i should check for?
  15. R

    Help with Order By on Continuous Form

    Thank you. One more question, this may be simple as well but in Filter on the property sheet, I'm trying the same syntax. I don't want the form to display "In Office" or "Not Provided" so i tried: [ClinicName]<>'In Office' Or 'Not Provided' [ClinicName] Not 'In Office' Or 'Not Provided' I...
Top Bottom