Search results

  1. M

    Pulling data from a query based on criteria

    Text27 = DLookup("SumOfSumOfDocCount", "SumTotalPerf", "DateReceived = #" & Me.Text23 & "# AND BookedInID = " & BookedInID & "") Not working, however when I use the code below I can pull the value that matches the date but canr add the BookedInID as a criteria aswell?? Text27 =...
  2. M

    Pulling data from a query based on criteria

    The ID is a numerical value
  3. M

    Pulling data from a query based on criteria

    Text27 = DLookup("SumOfSumOfDocCount", "SumTotalPerf", "DateReceived = #" & Me.Text23 _ & "# AND BookedInID = '" & BookedInID & "'")
  4. M

    Pulling data from a query based on criteria

    Thanks for your help but no it hasnt really helped, still getting no value
  5. M

    Pulling data from a query based on criteria

    Hi Im having a problem pulling some data from a query to populate text boxes in a form Text27 = DLookup("'SumOfSumOfDocCount'", "SumTotalPerf", "DateReceived=" & Forms.Tracker.Text23.Value & "AND 'BookedInID'=" & Forms.Tracker.BookedInID.Value) Im trying to pull the sum of document count from...
  6. M

    Editing a value but its not saving???

    No sorry!?
  7. M

    Editing a value but its not saving???

    How do I do that?
  8. M

    Editing a value but its not saving???

    Ok im making progress, I can save and requery but it doesnt alter the record i selected from the list it changes the next entry above it leaving the old entry unchanged and the new entry below???
  9. M

    Editing a value but its not saving???

    Bound and re queried I can do, force saved im not so sure?
  10. M

    Editing a value but its not saving???

    I have tried me.list.requery after the textbox update but nothing happens
  11. M

    Editing a value but its not saving???

    Hi guys I hope someone can help me, I have a list of products that I display in a listbox, when I double click a product its details display in the appropriate text boxes for me to edit but when I edit the value in the text box it does not change in the listbox, why is this? Thanks in advance
  12. M

    Creating a Special Recorded Mail Database

    Hi all, I am trying to create a Special Recorded tracking database where a member of staff will log the tracker number into the database and then at a later date someone can come and update the data, what I want to do is scan the tracker barcode with a scan gun and its details appear for...
  13. M

    Display table instances on a Form

    Works a treat, Thanks!
  14. M

    Display table instances on a Form

    I have an access database which records stationery orders made by different departments within the business, once the order is complete a combobox is used to set the status of the order to "Pending" once this is done the Facilities manager will open the database and extract the "Pending" orders...
Back
Top Bottom