Search results

  1. W

    Search Query

    I have a form that searches my data query but when i enter in data it gives me my whole database. Here is what my formula looks like Field: MRN Table: General Sort: Show: checked Criteria: Like "*" & [Forms]![Search]![MRN] & "*"
  2. W

    Print one record for a report help?

    Omg thank you all for the help
  3. W

    Print one record for a report help?

    @Trevor G thank you it works but when i run it nothings prints out here are my arguments [Forms]![Patient Data]![MRN]=[Forms]![Patient Data]![Patient First Name] @ vbaInet Option Compare Database Private Sub New_Entry_Click() On Error GoTo Err_New_Entry_Click DoCmd.GoToRecord , , acNewRec...
  4. W

    Print one record for a report help?

    https://rapidshare.com/files/2129289612/FinalMededit1111111.rar
  5. W

    Print one record for a report help?

    sorry bout the other garbage here is the link
  6. W

    Print one record for a report help?

    pleaassaaaassssssssssssssss
  7. W

    Print one record for a report help?

    aaaaaaaaaaaaaaaaa
  8. W

    Print one record for a report help?

    Well i have enter in my code to print one record on my report and when i click on the button (Patient Medication) i made for it nothing happens!C an anybody help?.............................. My database would not attach so i had to make a rapidshare file its safe
  9. W

    Subform troubles

    Omgggggggggggggggg thank you
  10. W

    Subform troubles

    My subform it wont let me enter in multiple data im pretty sure its many to many but not sure how to change it.
  11. W

    IM Lost on my form

    Yes thank you this is the new one but in the subform it wont let me enter in multiple data im pretty sure its many to many but not sure how to change it.
  12. W

    IM Lost on my form

    No worries try this one PLEASE
  13. W

    IM Lost on my form

    Yes it will be for multiple dosages, routines & frequencys. But i also have dropdown menus for for the dosages and frequencys. Attached is what it looks like
  14. W

    IM Lost on my form

    I making a database so that user enters in gerenal information then im trying to make a drop menu that has a list of medications then user is able to choose multiple medications then the user is prompt to enter in the dosage, rountine, and then Frequency but im have a hard time doing this. Can...
Back
Top Bottom