Search results

  1. T

    Question Database that searches the values between two columns

    @Rainlover Hello, I have been trying since yesterday but can not get a code to work. I tried building it using the wizard. SELECT [Archive Record].BarcodeNum, [Archive Record].FromRange, [Archive Record].ToRange, [Archive Record].CustomerID, [Archive Record].DivisionID, [Archive...
  2. T

    Question Database that searches the values between two columns

    @Rainlover OK, i think i now have an understanding of which direction i should go in. Thanks RainLover,
  3. T

    Question Database that searches the values between two columns

    I haven't tried much, just setup a table with the following fields: [BoxNum], [FromRange], [ToRange], [BoxInfo] and setup a form to do the data entry. The form to do the search is my problem. I just can't figure out how to search the value between two fields. The documents i'm being given...
  4. T

    Question Database that searches the values between two columns

    Hello, I'm new to Access programming. I am wondering if anyone can point me in the right direction to go. I want to setup an Archiving/Storage Database which contains data of boxes with folders in it. The data would be the box number, begining folder, ending folder and box description (See...
Back
Top Bottom