Search results

  1. 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...
  2. 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
  3. 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...
  4. 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