Search results

  1. K

    Group Report

    I tried with the wizard. But what the wizard does is in the detail, it shows all the records. But in the footer for brand, or country, it does calculate the totals of all value type. What I need is a summary total at Brand, and also a summary total at country. Any clue how this can be managed?
  2. K

    Group Report

    Hi, I have a table which has a country, division, category, product, Valuetype, value data looks like this: Country division, category, product, Valuetype, value --------------------------------------------------------------------- UK Division1 Food Pizza Volume 10000 UK Division1 Food...
  3. K

    report with multiple records

    Hi All, I have a table with following structure: Product ID Pricing Type Price There are three types of Pricing types. The records look like this: Product ID Pricing Type Price 1001 Consumer Price 23.32 1001 Manufacturing Price 18.90 1001...
  4. K

    Add Record

    Hi all, I have a edit form, where au ser can edit a record. I want to add a copy button, which would result in creating a duplicate record in the database. Can anyone suggets how this could be done? Regards K
  5. K

    Creating Copy of a Record

    Can I add a Copy Button on the form and put the code on the ON-CLICK event? thanks KJ
  6. K

    Creating Copy of a Record

    Hi, I have a Edit Form, where users edit the customer information. I want to add a Button which creates another copy of the same record in the table. How Can I achieve that? any suggestions? Regards -KJ
  7. K

    Query Optimization

    Hi, I have following tables: Employee Master : Employee_ID, Employee_Name Employee Specialization: Employee_ID, Employee_Specialization User selects Employee_Name from Employee Master. User then has to select Employee_Specialization from a combo Box (This should contain all Distinct...
  8. K

    Condtional Formatting of captions

    It Worked! Thanks a lot guys!
  9. K

    Condtional Formatting of captions

    I want to change the Caption of a textfield depending upon a value selected from a combo box. i.e. If the user selects 'Scientist' from combo box, then the caption to enter name should be 'Scientist Name' if the user selects 'Engineer' then caption should be 'Engineer Name'. Can anyone guide me...
  10. K

    audit trial

    Your sample program is great. But I am having problems with subforms. your advice will be apprecieted
  11. K

    Send hidden email

    This works great! Only problem I have is that it prints all the records. How can this be avoided and only the current record printed? Thanks K
  12. K

    Calling a Macro

    I have a Report which is called from a Macro. The Macro prompts for the ID (record number) which needs to be printed. It works fine. Now, I want to call this Macro from the Form on On Close Event. How can this be done? Regards K
  13. K

    Email from form

    I want to send an email from a form depending upon the status selected in the combobox. Where and how cna I do it? Help appreciated. Thanks K
  14. K

    Table Security

    What are the steps I should follow? I want to have the following: Administrator - Who can change forms and do everything Editors Group - Can change some forms Reviews Group - Can only see the Reports section Can you help me understand, how I can do this? Thanks K
  15. K

    control Bound to Field

    I want to have the value calculated by a formulae with an option to edit it/overwrite it.
  16. K

    control Bound to Field

    what is the alternative?
  17. K

    Audit Trail

    Hi Rob1234, can you please elaborate how you used the RecordClone Property? Thanks
  18. K

    control Bound to Field

    In my Textbox Control source I have given a formula =[Product Price]+[Delivery Costs]. I would like to provide an option to ther user to overwrite this Textbox (Should able to input a value). When I try to edit the calculated value on the form, I get a message "Control cannot be edited, bound to...
  19. K

    Audit Trail

    I have tried the Audit Trail 2003 from gHudson and have bene struggling since last few hours on this one and few weeks on the one before. I would appreciate some help. I have a form whihc has got about 5 tabs on it. when I update a field on he first tab, it updates correctly n the Audit Trail...
  20. K

    Audit Trail

    I changed the code and have now implemented the one from gHudson. It is also giving the same error. Moreover, it updates the audit trai lfield for certain fields only. what could be the reason?
Back
Top Bottom