Search results

  1. D

    Autonumber in Access

    I have a table where the details are imported from excel and there is a autonumber as pk i have kept, but when ever i reset the autonumber and import the file the number starts from 30 i need it from 1 hw can i do it?
  2. D

    HTML As front End

    Can i make an html of login form, whose data is saved in access as back end. I am curious to know. but of course simultaneous saving is considered yes in here...
  3. D

    data entry application

    I am making a database, where 10 to 20 users will be entering data. I have queries 1. I am planning to create a form with which user will be directly entering in the table, will that b right? 2. If 2 or more users will open form its own side does they all will be entering in same row number? 3...
  4. D

    Sorting Problem

    I have written a query where it displays sorted data for two columns, but problem is its sorting on one column but not on another When checking the query seperately its giving proper output, but in form view its sorting only on one column not on another. Please help
  5. D

    Labels Border

    I am creating a labels but the borders for them is real heck...as in some its properly closed and in some its gap coming in between, any idea if we could create it dynamically.
  6. D

    Report Output

    :banghead: missed by an inch...thanks
  7. D

    Report Output

    I am using code for output to a folder DoCmd.OutputTo acOutputReport, "payment_log", acFormatXLS, "E:\intel\Redemptions\APAC\ICICI\Database\Attachments\" & format(Now(),"dd/mmmm/yyyy) & "_Finance.xls" I get the error that microsoft access is not able to export. Please Help!!
  8. D

    Coding Problem

    on the opening of database i got a phone number in auto dialer as xyz and when on the next data where the phone number is abc on clicking on call it is xyz only.
  9. D

    Coding Problem

    I have a database on which if i click on the call button it takes the number as it was when the opening of the database, Please help: Private Sub Command54_Click() On Error GoTo Err_Dial_Click contact_number.SetFocus Call Shell("C:\Program Files\Excel Dialer Pro\phoneex.exe"...
  10. D

    Navigation problem

    Thanks it worked
  11. D

    Navigation problem

    I hade the code in afterupdate of combo box, and buttons are at the bottom of the form
  12. D

    Navigation problem

    Yes, I have worked with that code and it worked, but the only problem is when i press navigate button for to and fro records the record count remains unchanged.
  13. D

    Navigation problem

    Yes, that is what i mean and your code works great, only thing i want the status also shows once i navigate through the DB, means when selecting if it shows 1 of 5 then navigating next it should show 2 of 5, like wise.
  14. D

    Navigation problem

    In the table since i am not using autonumber how can i display the recordnumber/total records as i navigate?
  15. D

    Navigation problem

    Please view the code as it will solve most of the problem
  16. D

    Navigation problem

    I have made a contact form where particular member credentials are coming in text boxes, i have kept a combo box also on the top to view by the phone number, if the phone number is entered the credential of the member comes, and also the navigation buttons that is first, previous, next and...
  17. D

    Executing the EXE from code

    No Worries, i appreciate for your effort
  18. D

    Executing the EXE from code

    ow...i see, and every time from particular displayed profile i make a call the number is not coming it shows number from previous call
  19. D

    Executing the EXE from code

    yes, it does
  20. D

    Executing the EXE from code

    Yes, but the problem is it is showing agreement form every time i click on call, which i have to click on i agree and then it proceeds.
Back
Top Bottom