Search results

  1. A

    How to ignore data in a table

    i thought that was the issue but that was set to NO already.
  2. A

    How to ignore data in a table

    Hi, I have a data entry form for which one of the field needs to be ignored when entering data but when doing so the error returns saying " You must enter a value <some table>" is there anyway to ignore this field when needed ?
  3. A

    Search from form returns empty

    The whole point of the qrySearch and qryInStock is that once delivered (qryDeliveryOverview) the qrySearch should show the asset and qryInStock should not and if not delivered, it will not show up in QryDeliveryOverview and qrySearch but should show up in qryInStock. Hope am making things more clear
  4. A

    Search from form returns empty

    Firstly the query you've amended is ok but the one query qryInstock_search when searched for 6C182607R as a serial number shows up which should not as its delivered (qrySearch) Secondly the new query qrySearchConsolidated is not when checking with serial numbers and other criteria returns blank.
  5. A

    Search from form returns empty

    Oh and the query is qrySearchConsolidated and the form is frmsearch.
  6. A

    Search from form returns empty

    Hi Arnel, just tried a new query with your example in the previous. can't get it to. i can understand the whole nz function but not clear here. Could you have a look at it here's the link.
  7. A

    Search from form returns empty

    now i need to consolidate the search results of both instock and delivered into one result. will try with the tips what you have ammended and see how it goes, else " i'll be back" :)
  8. A

    Search from form returns empty

    Thanks arenel. That did it. what was the issue ?
  9. A

    Search from form returns empty

    The query is instock_search and the form is frmSearch
  10. A

    Search from form returns empty

    the file is a little big here is the dropbox link
  11. A

    Search from form returns empty

    Hi, i was tweaking one of my forms, now the results show empty when i search ? how is that possible the query is the same tho.
  12. A

    Show Empty Records also on Query

    All these work when these are are added into the criteria as "4552015" or others. So frustrating:banghead:
  13. A

    Show Empty Records also on Query

    Some results are based on different tables, for example AgencyName is not available in tblInventoryDetail as its not delivered and it shows up in tblDelivery. So the result show blank for AgencyName if the query searched with SerialNumber. The serial number is always there in tblInventoryDetail...
  14. A

    Show Empty Records also on Query

    I guess got the join all wrong, how does this look Attached here is the screenshot of the query. The idea here with the query is to display the result of a search criteria to show if the particular record is delivered or in stock.
  15. A

    Show Empty Records also on Query

    The SQL view of the query is as below
  16. A

    Show Empty Records also on Query

    Anybody :(
  17. A

    Show Empty Records also on Query

    ok ! now how can i verify that ? sorry not so familiar with VBA, i mostly work with macro.
  18. A

    Show Empty Records also on Query

    Hi, i've got a query that should also show empty records also. Tried using Or is null but that is not helping. The query has several tables also, is subquery an option here ? not sure how to do that either :( but is there another way to get the result. thanks
  19. A

    change property of text box with value of cmb box

    Thanks figured it out.
  20. A

    change property of text box with value of cmb box

    Hi All, I was trying lock a text box based on the value of two cmb box value if txtqty=txtstk then setproperty of txtserial = FALSE Else Setproperty of txtserial = TRUE here when run the code skips...
Back
Top Bottom