Search results

  1. R

    Password on a field

    Hi I hope you guys can help me. I have created a simple database to handle requests for premium freight and I have a tick box to show approval status. I have put the following code on a form to have a password, set the checkbox and lock it. Private Sub Command48_Click() If InputBox("Enter...
  2. R

    Can I do this in a query?

    Guys, I am running a query of sales orders and stock to get a daily build list for production, ie if there is enough stock you don't need to build more. The problem is I have multiple lines of the same part and only one on hand stock figure. Can I get the query to recognise the same item...
  3. R

    Numeric Field Overflow

    Hi guys, First time posting on the forums, and I'm really hoping that you can help me. I have a database that pulls in a a text file as a table and I have set up an append query to take some data each day and put it in a new table (the original file updates daily). I only want to...
Top Bottom