Search results

  1. R

    Non-gregorian date

    hi, I'm using Access 2000 I wanted to know as to how can i access a non-gregorian date in Access. I have the Hijri Calender (Arabic) selected on my system. But when i use the DATE or DATE$ functions it returns the gregorian date. Is there a way to make it return a Hijri (or the the date...
  2. R

    Error after splitting database

    So is there a solution to this? Or will I never be able to use the INDEX property ? Thanks
  3. R

    Error after splitting database

    hi, I have ensured that DAO 3.6 is refrenced after the split. How is it that error appears only with the INDEX property? I really need some help. My whole app is on hold. Thanks
  4. R

    Error after splitting database

    hi, I was confused as to where to submit this question so I put in the general section. I converted an application in Access 97 to Access 2000. DAO 3.51 was used in the Access 97 app. While converting DAO 3.6 was automatically refrenced. The application was running fine. Now I split the tables...
  5. R

    Modifying Access application

    hi, I have created an Access 97 application that is being implemented in an organisation. Now they have asked me to do some modifications in the application . While I do the modifications, the unmodified application will continue to be used in the organisation. When I finish the modification...
  6. R

    Calculated field problem

    hi, I have a subform in Access, which has a field which is a calculated field , but it is stored in the table. Now Let me explain what i want to do........... In a purchase order module, -->The user selects a currency(like dollar,Euro etc) which is a part of the main form. It is a combobox which...
  7. R

    Access each row of subform

    Let me explain........ I have a form and a subform related like for eg an Invoice with the header and its details. Now the user enters the rows (which will be prodcuts of the invocie) in the subform. Once he has finished entering as many rows as he wants, he can click "Save" button which will...
  8. R

    Access each row of subform

    hi, In Access 97,how can I access each row one by one in a subform where the "Default View" property of the subform is set to "Continous form". Basically I want to update other tables , once the user has finished entering all records in the subform. These updates will depend on the individual...
  9. R

    Fixed report footer

    hi, I have created a report in access 97 which is in the format of an Invoice. It has a report footer that contains the Total and remarks etc. How do ensure that the r eport footer will be printed at the bottom of the page even if there are only a few lines(table rows) in the report. Currently ...
  10. R

    Filling an Access subform

    thanks. But I already did that. But what I want is that when a value is selected in the combo box on the main form, i want to display records in the subform from another table(based on the selection made in the combo) and not the one that is currently connected to main form. Thanks I Know...
  11. R

    Filling an Access subform

    hi, I have created a form with a subform in Access 2000. The subform is connected to the main form using a autonumber field. There is a combobox on the main form that has some values(not the autonumber field). When a user selects a value from the combo box I want to display a set of records in...
Back
Top Bottom