Search results

  1. W

    Include pictures as a result of query

    Hello all, For a database project I am looking for some code which enable me to create a report which includes pictures from a query. The query is called; "Query report FST" and the result in the query is a link to a file location. f.e. 'c:\my documents'. The column which should be displayed...
  2. W

    Chosing a picture and showing a preview of it on a from

    Dear all, At the moment I am working on a program/tool where people can add a comment supported by a picture. The comment is stored in a table and the picture should be stored in a predefined location. After selecting an image (browse button, which I already have), the selected image should...
  3. W

    Question Parly lock records

    Hi All, I am working on a database which will be used for question and answering. Person A raises a question, by filling a form. After finishing his question he will push the save button and the record is saved and the form is emptied and ready for a new question. Person B will answer the...
  4. W

    IIf statment in query

    Hi all, I have the following problem. In the expression builder I have some IIf code for a filter criteria. When the value of an option group "OG_status" is equal to 1, there should be no filter applied. If the value of OG_status is unequal to 1 the criteria should be the value in the field...
  5. W

    Dlookup function in VBA

    Hi all, I am working on a part of a database but something is going wrong with my Dlookup function. I have a form called FST_main. On this form is an option group called "OG_status". The selected value in OG_status is used for a Dlookup is a table called "status". On the same form is textbox...
  6. W

    Field check before update

    Hi all, I am rather new in the world of access and a search though this website did not give any results. The problem is as follows. background: I have a drop-down box with user names in it coming from a table. In time more user will be working with the database and therefore I added an 'add'...
Back
Top Bottom