Recent content by Locopete99

  1. L

    User Input Query using Data/Time

    Hi, I have a table that records user queries for other departments. This has a Date/Time field in for "Date Raised". We changed it from a simple date to Date / Time so we could see what hours of the day were more productive.....We did not envisage being in a lock down with users working from...
  2. L

    Dlookup Not working

    Thanks Riti, Turns out it didnt like the string name
  3. L

    Dlookup Not working

    Hi Riti, Still not working for some reason. Yet for instance I have another one that is working: ID3 = DLookup("user", "tbl_User", "[CID]=" & Me![User]) Same basic format but one is working and one isnt and again bother CID and Me.User are number fields
  4. L

    Dlookup Not working

    Just in case it helps I've added screen grabs of both my tables in datasheet and design view
  5. L

    Dlookup Not working

    Hi Riti, Thats one of the variations I have tried, didn't work.
  6. L

    Saving attachments on a form using Access

    Thanks guys, I'm going to mark this as solved for now and have a chat to the user
  7. L

    Dlookup Not working

    Hi Guys, Can you look at the below and let me know why this isnt working? Other Dlookups of the same format are working but this one gets me a runtime error Course = DLookup("[Level]", "[Tbl_Level]", "[ID]=" & Me![Course]) So the field Im looking for is Level on Tbl level. The ID and...
  8. L

    Saving attachments on a form using Access

    To try and explain 1) The customer has a machine breakdown. They use my database to report the breakdown. Additionally they can attach photos to show the break. Yes they can attach more then 1 photo per record. 2) my typo - I want to download the photos to a certain folder not file. But using...
  9. L

    Saving attachments on a form using Access

    Hi, I'm using 2016 and I'm using the attachment field type. My user wants to be able to just click a button and download any attachments to a certain file instead of 5 - 6 photos per record. This is for a fault that the user on the factory floor is reporting, so adding hyperlink is not viable...
  10. L

    Saving attachments on a form using Access

    Hi, I have a form on which users can attach photos. This is required for the users to log pictures of machine faults. Is there a way to save these attachments using a VBA button? I'm new to form attachments so i have no idea where to start.
  11. L

    Open form using non PK field

    Also Thanks to Pbaldy, I've said that link now for future use!
  12. L

    Open form using non PK field

    Nope, ID2 is the text input field not one of my table fields, so pretty sure that wasn't it. Anyway, its solved now thanks to Jdraw
  13. L

    Open form using non PK field

    Thanks guys, I'd forgotten to put the right syntax as per jdraw
  14. L

    Open form using non PK field

    Hi Guys, Its been a long day so i might be being stupid. Can you open a form using the Docmd.openform command, but not use the PK index field? I have a machine table and a field that is Symbol on machine but I cannot get it to open: ID2 = InputBox("Enter Symbol or # on layout")...
  15. L

    Export not working

    Thanks! This seems to have solved it.
Top Bottom