Search results

  1. M

    Enter parameter after using .FilterOn

    ATT is PayType Code saved in one table. Report is based on query and that query have this code and its description. The description is showed in the report.
  2. M

    Enter parameter after using .FilterOn

    Below mentioned image shows the dialog box. If I enter ATT i.e is shown in the dialog box the report will filter. This dialog box for entering parameter should not appear. Regards Muaz
  3. M

    Enter parameter after using .FilterOn

    Thanks for your reply. I copied this code during google search and modify as per my report name. During debugging it shows that when it execute .FilterOn = True the dialog box appear "Enter Parameter Value".
  4. M

    Enter parameter after using .FilterOn

    Hi; I am using .FilterOn = True , when it executes the system popup "Enter parameter Value", I do not understand why ? I have designed a report. By default it executes for all records. After execution there is a form where a list box contains values to filter the report. After selecting the...
  5. M

    Hide column when no data

    Hi, I have a report in access having multiple columns. because of multiple columns it is not possible to display it in A4 size. I want to hide the column when there is no data, Is there any possibility to hide column on the basis of criteria ? Regards Muaz
  6. M

    User Rights Issue

    Thank you, I copied every object to a new file and then create the new .mdw file and its working fine till now. Thank you again. Best Regards Muaz
  7. M

    User Rights Issue

    Hi; I have two database files. One is A.mdb that consists of Queries, Forms, Reports etc. Another File B.mdb is having tables only and that tables are linked with A.mdb I prepared System.mdw file that have user rights. When I am trying to log in, after the password the system give the below...
  8. M

    Sort numeric in alpha-numeric text (runtime error 3464) Data type mismatch criteria

    Thank you all for your support. Issue Resolved. I use the following logic to solve this problem. Set rst = dbs.OpenRecordset("SELECT Max(Val(Mid([nBadge_Num],InstrRev([nBadge_Num],'-')+1,4))) AS MaxNo " _ & " FROM newMain " _ & " HAVING InStr(1,[nBadge_Num],'" & Me.NBadge_Num & "')=1")...
  9. M

    Sort numeric in alpha-numeric text (runtime error 3464) Data type mismatch criteria

    Hi All; I have a text field having data i-e HO-1, HO,2, ACW-25 and so on. The field name is nBadge_num and is Unique. The data in this field is sorted automatically like 1, 10, 11, 12, 13, 2, 3, 4, 5...because this is the text field. The number on the form is automatically generated, when the...
  10. M

    Selected Data In Listview To A Textbox And Update It - Excel

    Hi Rx_ The excel file is attached with some data. The reason behind is we have different site, we are collecting employees attendance, per day, information in excel format. But when we receive that excel sheet that exists plenty data entry mistakes. To reduce and control the amount of mistakes...
  11. M

    Selected Data In Listview To A Textbox And Update It - Excel

    I make one form in Excel having ListBox, When I click on the record the details are shown on the text boxes on the same form. Up to this I have done. After the data in the text boxes changed/update the record should be updated in Excel sheet after pressing Button "Update". Any help/idea ? Thanks
  12. M

    Access Connection with Crystal Reports 9.2.2.693 Error

    Crystal Report version is 9.2.2693, Access Version is 2003 (xxx.mdb) while one installed on my system is 2007 but I am updating .mdb database, I tried on Access/Excel (DAO) that give me this error (mentioned), There is no password on the database.
  13. M

    Access Connection with Crystal Reports 9.2.2.693 Error

    Hi; I am trying to connect my MS Access database, but it gives me the following error: Logon Failed Details: DAO Error Code 0xbd9 Source DAO Workspace Description: You do not have necessary permissions to use ..(database path)... object. Have your suystem administrator or the person who...
  14. M

    Sort numeric in alpha-numeric text

    Issue Resolved. Thank you very much for your HELP. Best Regards Muaz
  15. M

    Sort numeric in alpha-numeric text

    Hi All; I have a text field having data i-e HO-1, HO,2, ACW-25 and so on. The field name is nBadge_num and is Unique. The data in this field is sorted automatically like 1, 10, 11, 12, 13, 2, 3, 4, 5...because this is the text field. The number on the form is automatically generated, when the...
  16. M

    Rows as Column in Report

    Hi; When I make a query to collect the data it looks like: Staff No. Basic Salary House Rent Overtime Medical But in report I want something like below i .e Description Employee 1 Employee2 Employee3 and so on Staff No. Basic Salary House Rent Overtime Medical Is it possible...
  17. M

    Forcing user to enter data into certain fields

    Hi; I am also facing similar problem, to make certain fields mandatory, on different tabs of the same form. I download the attached database to get some idea but unable to open. Can someone provide me this data base in Access 2003 format ? Thanks in advance. Regards Muaz
  18. M

    Multiple Auto Number

    Issue Resolve. Thank you JHB. This is what I want. The code is working exactly what I want. Thank you again. Thank you all for providing the solution of my problem, it was not possible by me without your support. Regards Muaz
  19. M

    Multiple Auto Number

    Dear Mihail; I have checked the details in the link you mentioned but my case is slightly different. In my case the staff number start with alphabets then 4 numerics. I have to check the next counter of the last four numeric. If the first alphabet is AKA- then pick the next counter of the AKA-...
  20. M

    Multiple Auto Number

    Hi All; I have a table having the following fields: StaffNo TextField PrimaryKey Name .... ... The data in StaffNo will be alpha numeric, like AKA-111, AKA-112, LMN-100, LMN-102 Here AKA and LMN describes the Sites where employee is working. On Add New Employee, When user enter AKA- in...
Back
Top Bottom