Search results

  1. B

    Solved Bring data into form field from a different query

    How do I give credit for the solution on this forum?
  2. B

    Solved Bring data into form field from a different query

    Yes, I am all good now. I created 100% of the database. I was just having a dumb moment. My brain was stuck on tring to use the expression in the properties. And being self taught my mind glitched on the terminology for Event Procedure. I always refer to it as VBA. Thank you for your guidance on...
  3. B

    Solved Bring data into form field from a different query

    I do not know how to create an Event Procedure Ahh ok I get it now. I placed it in the event procedure and it now updates with the proper date and populate the main maintenance table! Thank you so much for being patient with me to help me solve this. I am truly eternally greatful to you. it is...
  4. B

    Solved Bring data into form field from a different query

    ya i know :( have alot to clean up. Form name is (CamInoutoMaintTF Form). I am attaching the Healthcheck repair document table which is imported as I mentioned previously. The form may need when opening just in case. If needed, Wherever to have the databse saved create s folder called...
  5. B

    Solved Bring data into form field from a different query

    I am uploading my original extracted test database. The login below should take you right to the form. I am not sure if it will error not being conneted to the imported Healthcheck Repair Due report. I checks for the report and automaticall updates it after connecting. I believe I disabled that...
  6. B

    Solved Bring data into form field from a different query

    Spoke to soon, But I still Love you! I'm doing something wrong of course. Works on the Test2 database but not in my original. Getting a Microsoft Access cannot fint the object 'Me.' message box. Bus field After Update: Me.LastEntryTimeStamp = DMax("[LastEntryTimeStamp]", "[CameraHealthCheck...
  7. B

    Solved Bring data into form field from a different query

    That worked! I added it to the afterupdate and it now populates and changes!!!!!!! I love you sooooo much!!!!!!!
  8. B

    Solved Bring data into form field from a different query

    of missed that, After Update
  9. B

    Solved Bring data into form field from a different query

    ah you didn't use any code you just manually entered the Date/Time?
  10. B

    Solved Bring data into form field from a different query

    Yes there should be a date/time after entering a Bus number. But Your Test2 file won't change when the bus number is changed nor work at all on the next record. Or was this just an example of what it should be populated to look like?
  11. B

    Solved Bring data into form field from a different query

    This resulted in a #Name? error when used in Default Value
  12. B

    Solved Bring data into form field from a different query

    Where should I place the Me. code other than default Value, Unless this usage is ok here?
  13. B

    Solved Bring data into form field from a different query

    For my actual database the "Repairs Due Query" is an imported table with specific data fields which includes LastEntryTimeStamp. My maintenance Form records repairs made to the MaintT Table. which has "Repair Date". I have a query that looks at when the repairs were requested to be made...
  14. B

    Solved Bring data into form field from a different query

    I made a quick sample database which I uploaded. Table/Query Names were simplified for ease. That basic function of what I am trying to accomplish is the same. Yes, I have been entering this in Default Value this whole time. Where should I be utilyzing this code. I tried entering into the...
  15. B

    Solved Bring data into form field from a different query

    This resolved the #Error, but there is no result. Just a blank field.
  16. B

    Solved Bring data into form field from a different query

    I made a sample from scratch to replicate my issue db which is giving me the same result. Let me know what you think. I'm not getting a result at all after I enter a Bus number from the repairDue Query that should bring in the LastEntryTimeStamp data for that Bus.
  17. B

    Solved Bring data into form field from a different query

    The Data Type for Bus is Number. btw, I was working on that procedure then crashed the db. :/ I have to start from a backup. oh my life.........
  18. B

    Solved Bring data into form field from a different query

    I just tried this Dlookup with the same #Error result. Please excuse my ignorance with the string criteria code, as I am self taught. I am not sure where to place this snippet to test. I tried inserting a module to run it but that didn't work out :/ Where should I be placing this?
  19. B

    Solved Bring data into form field from a different query

    If you have the patience, can you guide me on these steps?
  20. B

    Solved Bring data into form field from a different query

    Bus is a Number Data Type. Sorry, not sure what to do to create a string variable for the criteria to debug.print and see if it is correct. :(
Back
Top Bottom