Search results

  1. razor23

    Password Problem

    Hello, I made a password form and im trying to connect the user name and password text boxes to the contents of a password table. how can i connect it so when i click on the enter button, the program checks the table if the user name or password exists in the table and if it matches. Dim...
  2. razor23

    Connecting Cells/Fields

    yes something like a reference so when i input a number in the product id field in the product table, it would also show in the order details table.
  3. razor23

    Connecting Cells/Fields

    Hello, how do you connect fields from one table to another? what im trying to do is to connect two fields from product! product id and order details! product id. the one in the order details table should equal whatever i input in the product table.
Back
Top Bottom