Search results

  1. D

    Query export to .txt delimited

    Hey guys! I have spend last 8 hours trying to get this done with just one button, but without success. Searched all over in previous posts, but didn't get clear answer to what i am looking for. Now I am max confused. I cant understand the difference between OutputTo and TransferText in...
  2. D

    Exclusive open in secured db

    Hello! I have made secured database, which means only way how to open it is through that .exe file which in target includes security file and .mdb file. I have made several user groups and i have made myself as admin of course. Problem is that I'm unable to edit macros cause I keep getting...
  3. D

    Subform with criteria

    Hello again! This time I have to make subform based on query, but I am interested in just these values where field value meets with one of my form fields. Idea is that I cant make separate qbf, but I have to implement it in my form. No idea how can I achieve it. Maybe you can suggest right...
  4. D

    "Not equal" problem

    Hello! Let's imagine that I have 2 columns in my table "user company" and "owner" This time I am trying to make query which shows only these rows where "user company" and "owner" doesn't match. I came up with something like this obviously: [tbl_hardware]![User company]<>"Equal to...
  5. D

    update query question

    Hello again! I just faced task which seems to be quite difficult for me. I will make this a bit more simple then it is, so everyone could understand. So I have table with 3 fields for example: ID ( which is key ), Date, quantity ID is 8 digit number. I have like 1000 rows where there is just...
  6. D

    QBF And Date fields problem

    Hello! I'm new to access, but i'm facing kind of difficult task now for my level. I have made quite complicated query by form. Which works as autofilter in excel in realy large table. My demand from access would be if all criteria fields in form would be empty then query gives out whole table...
Back
Top Bottom