Search results

  1. mithani

    Security Warning message

    thanks bob, you are right but to just for knowledge where can Find Macro Security level? mithani
  2. mithani

    Security Warning message

    Hi all, Whenever I open my db I get attached message. How can I get rid off this message?? thanks mithani
  3. mithani

    record ids auto number problem.

    set control source of your ID =DMAX("[yourfieldname]", "yourTableName")+1
  4. mithani

    SQL query for combo

    hello, please help me.
  5. mithani

    User level security ... Please Save me

    No to worry about startup issue. Thats working. Press swift key while opening database. This forum really saved me. mithani
  6. mithani

    User level security ... Please Save me

    Thanks Doc, Got info that I have to run security wizard again. I can't even run security wizard. reason I have set STARTUP that not to show any system menu. So I can't even edit my forms. Please tell me if I am not clear. How can I edit startup again. thanks man mithani
  7. mithani

    User level security ... Please Save me

    Hi all, I am in a trouble now..... please save me. I did User Level Security wizard for my application. Is there any way to reverse that step I mean how can I delete this security option to make my application normal to open. thanks for your help mithani
  8. mithani

    Updating

    don't worry man, i fixed it.
  9. mithani

    SQL query for combo

    Still waiting for your help. If anything is not clear, please reply me. mithani
  10. mithani

    Updating

    hi I have tried this code: update tblInvoiceParent set receivedInvoice = -1 where InvoiceNo =Forms!invoiceEntry!comPurchaseOrderNo But updating next record. For example I want to update invoice number 1012, macro will update 1013. Any idea. thanks
  11. mithani

    Updating

    thanks ted. I would appreciate if you could give me any example code. thanks man mithani
  12. mithani

    Updating

    Friends, I want to create macro to update my table. How i will referene my form and field in macro. update dailytable set recNo = 1 where fileno = form????.fileno(field)??? thanks mithani
  13. mithani

    SQL query for combo

    I am keep trying but no use. Any help is appreciated.
  14. mithani

    SQL query for combo

    please see the attached, just showing only one record. It should show all records from purchase minus the records are existing in Invoice table. Any idea? SQL = SELECT QueryPurchaseParent.PurchaseOrderNo, supplierInvoice.SupplierInvoice FROM QueryPurchaseParent INNER JOIN SupplierInvoice On...
  15. mithani

    SQL query for combo

    Hello everyone, The following SQL query is for my combo box where I am fetching records from QueryPurchaseParent table. I want to check one more table to see whether I have received invoice or not. If i have received invoice, should not show in my combo box. The second table name is...
  16. mithani

    Order & receipt report

    Not to worry, my report working. Problem was in relation area. mithani
  17. mithani

    Order & receipt report

    hi, Here I am attaching my db. Please see where I am doing mistake. thanks mithani
  18. mithani

    Order & receipt report

    :confused: hi all, I have four tables: PurchaseParent PurchaseOrderNo PurhcaseDate Payment PurchaseChild PurchaseOrderNo ItemCode Unit UnitPrice Length Finish Qty Remarks ReceiptParent PurchaseOrderNo ReceiptNo Date dueDate ReceiptChild ReceiptNo ItemCode IQty IUnit IRemarks With the help...
  19. mithani

    IIF in report

    thanks bob, working perfect. mithani
  20. mithani

    IIF in report

    thanks bob but showing #Error
Back
Top Bottom