Search results

  1. V

    Highlighted Search

    Ok so the report is in rich text already. I am not exporting it to word or excel it is just visible in access and the users scroll down and read the report. is what your saying something i can add to the button code for the search so it auto highlights or is this a fix that I have to implement...
  2. V

    Highlighted Search

    I can take the title out of the keyword search, Yes every field is rich text.
  3. V

    Highlighted Search

    All except the Title field which is a short text
  4. V

    Highlighted Search

    I am sorry your sentence is a bunch of gibberish to me LoL.
  5. V

    Highlighted Search

    I was hoping to highlight just the keyword.
  6. V

    Highlighted Search

    I have the following code in my database that searches through all my records for certain keywords and prints out a report that has each record that has the keyword in it. I want to highlight the keyword in the report to make it easier to find in each record. Is this possible? Dim dbCurr As...
  7. V

    Data Entry not working as Intended

    well at least everything i did SHOULD have worked as intended, just a weird corruption. I will remake my main form and see if everything works.
  8. V

    Data Entry not working as Intended

    my search code on the main form? to find the person? hmmm
  9. V

    Data Entry not working as Intended

    thanks DBGuy, what did you do for the fix?
  10. V

    Data Entry not working as Intended

    ok yeah it works now, what did you change other then the obvious visual changes?
  11. V

    Data Entry not working as Intended

    It is set to data entry I do not want it to show data. It is supposed to be empty at all times and you input new leaves when they arrive. To view all of "Mann's" leave you click the button
  12. V

    Data Entry not working as Intended

    if you open the soldier data form search for "Mann" and open the leave tab you will see data in the fields and there shouldn't be any data in there since its a data entry subform
  13. V

    Data Entry not working as Intended

    ok I have taken all the personal data out
  14. V

    Data Entry not working as Intended

    Sorry I tested positive for covid so i have not been to work to play with this database for the past few weeks. I removed the macro and did C&R and I am still getting information in my subform.
  15. V

    Data Entry not working as Intended

    that was me trying to force it to be empty I can remove it.
  16. V

    Data Entry not working as Intended

    This is soo weird then. I have no clue why my subform is showing data.
  17. V

    Data Entry not working as Intended

    It has been set to yes back when i created it.
  18. V

    Data Entry not working as Intended

    OK I don't think i have portrayed my scenario properly. I have From "Soldier Data" that is not data entry, has tabs and 1 of the tabs is Leave and inside that tab I have a subform "Subform Leave" which is data entry. I have set up Link Master Fields and Child Fields set to the DoD ID of the...
  19. V

    Update Query doesn't Update?

    Awesome that time it worked thank you
  20. V

    Update Query doesn't Update?

    that just comments out the line
Back
Top Bottom