Recent content by sokkerkid13

  1. S

    Append Query

    I am trying to do an append query, but im running into a problem because I have about 100 columns. For some reason there is a field inconsistansy hiding somewhere, is there a quick way to compare the two tables fields, or do i have to go through manually to ensure all fields have the same...
  2. S

    Photo Database

    How would you recomend I put a button into the form that would print the jpeg that i have pulled up?
  3. S

    Photo Database

    There are a few buttons that are on the form that I would like to remove because they do not pertain to my project, but when i delete them i get compiler errors, is there an easier way to do this?
  4. S

    Photo Database

    Ah cool very easy!
  5. S

    Photo Database

    Would I need to modify the code for that specific button press? I have never worked with code in access before, im definatly a rookie!
  6. S

    Photo Database

    Is there a way in the filetrak system to search just a folder instead of the entire drive?
  7. S

    Photo Database

    This does look like a good solution but unfortunatly I work at a company with a strict no download policy. Is there any ways that I can do this working completely within access?
  8. S

    Photo Database

    I have a folder without about 2,000 pictures that I would like to make searchable by an ID that is accompanied with each photo. Is there a good way to create this other than just creating thousands of hyperlinks??
  9. S

    Display Value if True

    Yes it is, its a yes/no checkbox
  10. S

    Display Value if True

    Triend: IIf([Q:1:W/R DOME]<>0,"W/R DOME","") No luck
  11. S

    Display Value if True

    I still get the same error if i use the expression: IIf([Q:1:W/R DOME]>0,"W/R DOME","")
  12. S

    Display Value if True

    I just realized that I have begun working on a query instead of a report, how exactly would I upload that onto the board (sorry im new to this stuff)
  13. S

    Display Value if True

    So i tried the method that you suggested, in criteria I put: IIf([Q:1:W/R DOME],"W/R DOME","") And I am getting the error: Data Type Mismatch in Criteria Expression, What Exactly am I doing wrong?
  14. S

    Display Value if True

    I do see your point, but in this case we have a production line with many widgets being processed daily. Our builders check off what they see is wrong with each widget, then it moves along the production line and new data is never added, so only one data logging session occurs per builder per...
  15. S

    Display Value if True

    I have a table full of fields with yes/no checkboxes. I would like to create a report that would list all of the fields iff they are true. The checkbox fields I have are symptoms of a product we manufacture, I would like to be able to view case by case all the symtoms listed out in words, rather...
Back
Top Bottom