Recent content by ty939

  1. T

    Auto Updater

    The database had confidential information and was too big to put on here. I created something really quick with the code in it. I think that the dlookup is the issue here because the copy part works. In the dlookup it has a tblAdmin but he doesn't mention that when explaining the directions. I...
  2. T

    Auto Updater

    Nothing happens, It works when I run the updater macro but its not doing it via dlookup
  3. T

    Auto Updater

    I tried what was suggested but it didn't work for me I have all three stripped down here
  4. T

    Auto Updater

    Can you help me do this? I am extremely new at access
  5. T

    Auto Updater

    Hi I am new to access and I came across an auto updater. I cannot get it to work completely; can anyone see my issue? Thanks This is a great module that works wonderful, but I wanted to let people know you can do the version checking without using VBA, and simply have an Updater application...
  6. T

    Hello!

    Greetings Everyone, I am relatively new to coding but I am a data analyst intern working in a access database. I am looking forward to being here and learning from you all Thank You
  7. T

    Dlookup Help

    sorry for the late response.I was extremely busy yesterday. As you can see on the two images, I need to create a where statement. RecordID = PatsActionID .So if those two are the same then I want the date on the column newValue
  8. T

    Dlookup Help

    Im thinking, I am going about this all wrong. I need to get a date from frmAudittrail where formname is frm actiondetails. I attached an image
  9. T

    Dlookup Help

    Hi , thanks in advance to all I have this dlookup that is suppose to get a date(NewValue) from a table(Audittrail) where FormName = frmactiondetails(this is a column in audittrail) and where actionID(which is on the form frmactiondetails) is a date...
Top Bottom