Search results

  1. J

    Combo Box Content not displaying in A2003

    Our company is using an A2000 Database. Now all our PC's are having A2003 except mine. The database is working fine. But for others, they are not able to get the data properly in the combo box. Eg:If there is a list of employees which contains name,No,Desig,..the numbers are available in the...
  2. J

    login form which restrict the access

    hi i am having a login form. where i have only two users..may be 3 suppose it is admin and guest then i have a main form where i have 5 tabs,...where each tab contains 7 or more command buttons which will open some forms what i need is when the admin is login he should be able to edit add...
  3. J

    record locking using a parameter value

    hi friends i had gone thru the record locking first i'll tell u what i need i'm having a form for timesheet entry there r two persons going thru the form first one person enter the data and the second one cross check it what i need is whatever the second person had checked that should be...
  4. J

    help need in creating report as same as in excel sheet

    I need a report to be created as the same in the excel sheet how to do this
  5. J

    Item not found in this collection

    Runtime error 3265 Item not found in this collection This error i'm getting when i'm running a report in ms access And the code is like below Public Function WhatSQL() Dim ftext As String Dim myqry As QueryDef Set myqry = CurrentDb.QueryDefs(MQRY) WhatSQL = myqry.SQL End Function regards...
  6. J

    this recordset is not updateable

    hi friends when i run an access form ...in the status bar it's showing this recordset is not updateable.... when i enter the data directly to the database then also i'm not able to enter it first i was able to enter the data... later i add one more field to the database..then all these happens...
  7. J

    how to enter image in access form

    hi friends help needed in entering image into an access form. plz tell me how to do it and to save it to the database one more thing i need is i want to make my .mdb file to .mde how to do that. i'm using access2000 whenever i'm making the file to .mdb , it's showing an error that access...
  8. J

    any one help in using combo box

    i'm using access 2000 in the database i've two tables one employee details... another jobtitle the employee details includes fields from jobtitles too when i select the the job code from the combo box,i need the jobtitle in a text box.the job code is selecting from the jobtitle table and...
  9. J

    help needed in reports

    hi friends i'm using access 2000 in that i'm creating a report... in the page header i've th company name and detail section the details of vehicles using by the company now the output i'm getting is the first company i stored in the database is displayed and in the details the detail of all...
  10. J

    how to make a .mdb file an exe and also sharing

    hi friends i have 2 .mdb extension files one file contains the database,eg data.mdb when i open it an automatic lock will appears and i'm able to make changes in that file.but when my collegue open it he is able to view the data but not able to save.how to make the file usable by more than one...
  11. J

    how to access data to a text box using a combo box

    hi all i'm doing one access project the forms are also designed in access i'll come to the issue there is one form for employees in that i'm using a combo box where i can see the details of their designation these designations are already stored in another table when i select a designation...
  12. J

    Urgent help for running an access project

    hi friends i need a help from u.... our contract partners r using an ms access project. it's working in their network. but when i copy the project to our network we got an error like below: Confirm data loss The file 'filename.mdb'contains more than one stream, but the destination volume does...
Back
Top Bottom