Search results

  1. I

    Short form Date format problem

    I am using following code to open a report for the people who have already been entered with the help of date of birth. But the format of date dd/mm/yyyy is automatically converted into mm/dd/yyyy, even my regional setting of the computer is not that of US. will appreciate if the code is amended...
  2. I

    To know if same value in the field already exists

    Hi, I have a table called 'maintable'. It has 5000 plus entries of employees with different fields. Every Employee has unique ID. One field is date of birth (dob). Normally more than one person can have the same date of birth. A form (maintable1) is created to enter data into this table. In...
  3. I

    True and False statement

    Hi, In a form, the value of any field may determine if the other field will be true or false. For example in my form, inventory, if value in code is equal to 2 then the Field Table will be automatically false. thanks.
  4. I

    To dim certain fields on a form

    I have a form with 11 fields and one of them is named code. This code field contains data from 1 to 4. and each etry like 1 is related to 5 or four fields of the form. I wish that when I feed 1 only those fileds should be visible which are related with this and others should be dim and...
  5. I

    Total in words

    is it possible that total in a report can be printed in words also, thanks.
  6. I

    Printing of report from a particular record to a particular record

    I wish to print a report from a form. The filed name is Vouchernumber and I wish to print the report from a particular vouchernumber to a particular vouchernumber in ascending order. For example from vno 35 to vno 85. I wish to create a print command button which may ask me from which vno to...
  7. I

    Printing of only current record of a report from a form.

    I have one one form named "Inventory" . From the mdb file of this form a query and a report was created named ''sticker''. I enter data through form and there are about 700 hundred entries of record. I wish to print only the ''current record'' on the form. When I run micro, it starts printing...
Back
Top Bottom