Search results

  1. K

    Search for records in all fields.

    I have 6 fields. Allotment Number Date 1 Date 2 Date 3 Date 4 Date 5 I want to write a query which when run will give all the dates and their corresponding Allotment Number which are 1 week after today but not later than 2 weeks from today i.e. Suppose today is 11.03.2010. I would like the...
  2. K

    Checkbox check uncheck nased on field value

    Where shall I write this code IIF([Field] = 1, TRUE, FALSE)
  3. K

    Checkbox check uncheck nased on field value

    I just used "abc" for example :-)
  4. K

    Checkbox check uncheck nased on field value

    For data type of fields of a table, i can go to table design and change the field type to boolean, but in case of an expression in a query there is no way to change an expression field to booleAN.
  5. K

    Checkbox check uncheck nased on field value

    How do you change an expression field to boolean. The expression field is Expression:IIF("Table1.Field2 = "abc",1,0) How do I set this expression field type to boolean TRUE OR FALSE will also do, because I just want the checkbox field to be checked/ unchecked based on a certain field value.
  6. K

    Checkbox check uncheck nased on field value

    Checkbox check uncheck based on field value I have a checkbox, which I use in a report. The controlsource of the checkbox is an expresssion field in a query. This expression field has value 1 or 0. I want the checkbox to be checked when this field's value is 1 and to be unchecked when it is...
  7. K

    Question Combobox dropdown list values from multiple fields

    I want my combobox dropdownlist to show records from two fields, one below the other. An example will make it clear. I have two fields each in a different table. Field 1:Desktop Records: HP 112,Dell 325,Hitachi 652 Field 2:Laptops Records: Dell Inspiron, HP Notebook, Lenova Pad I want the...
  8. K

    Access equivalent of Excel function today()

    Thanks. That was what I needed.
  9. K

    Access equivalent of Excel function today()

    Thanks for you guidance. But I think I was not clear in getting my question right. I use the table to perpare a report, which has to be signed by an examiner. There is a "Date of examiner's signature" field in my table, which I want to populate so that it gives today's date, so that I dont have...
  10. K

    Access equivalent of Excel function today()

    I want to update my records to today's date. Whenever I open a the access db the table which contains the date field should update automatically to today's date. In excel this is done by today() I tried using date() but the stored value is static, (it stores the date when that record was...
  11. K

    Send Email Automatically.

    can somebody help please. I need to do this urgently.
  12. K

    Send Email Automatically.

    Hello, I have data of 15 of my department collegues in an access table. It includes their name, date of birth & Email Address. I need to accomplish the following. Say if tomorrow is Mr.X birthday. I want to send a reminder mail to all of the other fellow about the birthday except Mr.X...
  13. K

    Upload files to access 2007 throiugh web

    I have created a website as given here. http://www.utteraccess.com/forums/showflat.php?&Number=1024572 Now i would like the user accessing the site to upload images which will be saved in the back end. How to do this. Also I wud like to create a page for updation and deletion of records...
  14. K

    Print Access Form through search string in web

    I have access 2007.Will that work..?????
  15. K

    Print Access Form through search string in web

    I want the web page to be accessible over the local intranet. i have my website in wwwroot directory.
  16. K

    Print Access Form through search string in web

    I have an access database with a table and a form. I would like a webpage which will contain a textbox for searching the primary key of the table. When the user at the frontend hits the command button("Print") after entering the search query, I would like to print the form as it would have...
  17. K

    Contacts Database

    I have tried that. But I am not able to acheive what I want
  18. K

    Contacts Database

    I have a database of my friends. The database contains a table containing the primary key(autonumber), Name, Telephone no,mobile no, home add, office add, photograph, Date of Birth and other details of my friends. i want to do the following: 1. i want a userform to insert other friends details...
  19. K

    Welder Qualification Database

    Hello, I am new to access. I know more than average about excel and I am new to VBA programming. I need help in the folllowing 1.I have a welder qualification database as an excel file. The database includes the following columns. A- Sr no: Serial number from 1,2,3 ... it is unbounded B- Welder...
Back
Top Bottom