Search results

  1. A

    Create Hash - Copy File to string

    Hi, I’m trying to create a system that can use the path to a file and then calculate the hash of the file (no matter what type) I’ve done the first part (analysing the folder to list all the files) and I found a class that can work out the hash values). The problem that I now have is that MD5...
  2. A

    Combo Box Filtering between Forms

    I removed the where clause so its just: SELECT * FROM tbl_management; However the request for various parameters remain. It still asks for 'doc number' but now its also asking for the actual contents of the como box selection. For example if the box displays AA-BB-DD-009 it will ask for 4...
  3. A

    Combo Box Filtering between Forms

    Hello, I have a combo box (populated via query). I want to be able to make a choice in this then click a button. This would have the action of opening another form which has been filtered to show only records associated with this record. I've tried the way I think but I keep getting...
Back
Top Bottom