Search results

  1. S

    Library Database

    Any body has a dummy library database , please post ...and help me
  2. S

    Dlookup for finf stock Position

    =DLookup("current_stock", "tblStock", "[Stock_Id] = 1") it works for Stock-ID=1 in the main form getting compie error in "0"
  3. S

    Dlookup for finf stock Position

    =DLookup("current_stock", "tblStock", "[Stock_Id] = 1") CODES working fine in the main form with stock ID =1 others are producing error The value of ITEMID is not being taken from subform (datasheet view)
  4. S

    Dlookup for finf stock Position

    Yes it is store in the Stock Table as field name 'current_stock'
  5. S

    Dlookup for finf stock Position

    In the details invoice section while entering records for invoicing it takes any value, thus after updation of the stock table it becomes negative. Howver, if stock value is 0 the item is not listed, so that time no problems. It the Stock held is 1 also it shows in the item list. I want the user...
  6. S

    Dlookup for finf stock Position

    Actualluy I want to verify the stock position before preparing invoice.. can you help me
  7. S

    Dlookup for finf stock Position

    No. it is giving the same error.
  8. S

    Dlookup for finf stock Position

    TXTSTOCK.Value = DLookup("current_stock", "tblStock", "Stock_Id " = [Forms]![SK Enterprice]![TblInvoiceDetail Subform].[Form]![ITEMID])
  9. S

    Dlookup for finf stock Position

    how to get the stock position before e ntry in quanity
  10. S

    Dlookup for finf stock Position

    its not working object require error 424
  11. S

    Dlookup for finf stock Position

    No I put the code in the after update event in thetext box ITEMID to get the stock position before entering the Quanity ...
  12. S

    Dlookup for finf stock Position

    Thanks ... but it does not display the stock position I put the code in the after update event in thetext box ITEMID to get the stock position before entering the Quanity ...
  13. S

    Dlookup for finf stock Position

    thanks! Can I put this in the After update event in the Quantity filed, I tried it is giving an error message type mismatch
  14. S

    Dlookup for finf stock Position

    I have a field Stock_id(auto-number: Foramt P00001, P00002 etc) When I use Doolkup function to get the stock value using tjhe code =DLookup("current_stock", "tblStock", "[Stock_Id" = [Forms]![SK Enterprice]![TblInvoiceDetail Subform].[Form]![ITEMID]) it returns nothing How to resolve.
  15. S

    Solved update querry

    where to call the function for getting stock at any time
  16. S

    Solved update querry

    Thanks for your prompt reply!!!! I have a form name FrmSale and a sub form Invoice_details in which Item, Qty and Amount are specified. I want to run a update query to change the Stock in the table TblStock on entering the Item qty.
  17. S

    Solved update querry

    how to make an update querry from the values in subform included in the main form
  18. S

    Import Data From Excel: Geting an error Field F1 doesnot exit (error)2391

    my codes are as follows: Function importscroll() Dim nameList() wkbookPath = "" & Application.CurrentProject.Path & "\Master\scroll.xlsx" Dim duplicatescroll As Integer Dim countscroll As Integer On Error Resume Next filePath = Dir(wkbookPath) On Error GoTo 0 If filePath = ""...
  19. S

    Can anybody provide me a virtual keyboard code for on screen entry data?

    I having a form to entry data is it posible to place a virtual keyboard?
  20. S

    Solved Shrink Textbox

    Thanks
Back
Top Bottom