Recent content by mithani

  1. mithani

    Why can't write & in header

    thanks HiTechCoach, you are real problem solver
  2. mithani

    Why can't write & in header

    Hi, I am using MS excell 2007. I want to write "Customer & supplier comparison report" in header but showing "Customer supplier comparison report" without sign &. Any clue. Regards Mithani
  3. mithani

    Database Link

    Hello, Could you please have a look attached my database link in Crystal Report 2008. I am using two databases: MYOB Database Table : Item : List of all items Table : ItemPurchaseLines : all purchase transaction My Access Database Table : Project : List of projects Table ...
  4. mithani

    Building a subform list of records from search results

    Not sure whether this will help you. This sql query will populate all records based on itemtype. Me.ItemCode.RowSource = "SELECT Table.ItemCode, Table.description FROM table WHERE itemType = '" & Me.ItemType & "' ORDER BY Table.description;" mithani
  5. mithani

    Insert an image in a form

    click on image, property and look for Display When. Should be "always"
  6. mithani

    append query

    Hi everyone, What I am looking for is: Scenario 1 1. Append all records from Table 1 to Table 2. 2. Whenever any record add/edit/delete inTable 1, Table 2 should automatically upate. Scenario 2 1. How would I append all records from Table 1 to Table 2 where both tables structure are...
  7. mithani

    How to create Day reports

    See attached JPG. Its working with me.
  8. mithani

    How to create Day reports

    I have tried and its working with me. Are you giving proper date format dd/mm/yyyy
  9. mithani

    How to create Day reports

    Open attached DB and see form "NewForm" mithani
  10. mithani

    New Record #Error

    I have noticed that your Item table has Item_ID and table TblTecipe has RecipeitemID. Are they different? If same, than should have same name else you can't creat any relation.
  11. mithani

    New Record #Error

    use query, that will make your life easier.
  12. mithani

    depicting 1 - M relationship on a form!

    Have you tried query, put all three tables in a query and call query in your form. Mithani
  13. mithani

    New Record #Error

    see attached. I haven't touched text14 col.
  14. mithani

    New Record #Error

    try this one. =iif(isnull(recipelteml),0,NZ([ItemAmount]*[txtRecItemPrice])) recipelteml is your first column (please correct spelling)
  15. mithani

    New Record #Error

    can't see any picture, showing X. Why don't you attahed.
Back
Top Bottom