Recent content by Warrl

  1. W

    Combining fields in different tables

    I'm creating a database which would automatically assign a unique workorder number in the "WorkorderNumber" field of the "Workorder" table. Note: this will not be the Primary number for the work order. The WorkorderNumber will be developed by combining fields from the "System" table. Fields...
  2. W

    Adding data from two columns of a form into one

    Thanks! Everything worked out fine. I was able to get the names to work properly.
  3. W

    Adding data from two columns of a form into one

    Thanks. Unfortunately the fields are already conected to other forms. I'm afraid if I change to field name to FirstName the other forms will stop working. Also, I tried creating the Field FullName and I then opened up the design view and stated the Data Type was Text and in the Field...
  4. W

    Adding data from two columns of a form into one

    I'm new to Access and I have a Users table which includes the following columns "First Name" & "Last Name". I would like to create a new column ("Full Name") in the same Users table that would automatically add the first name and last name into one field and would show up like the following...
  5. W

    Help with Password Login

    I am new to Access and am attempting to create a login form for my database. I've created a User table (tbl_Users) that consists of the following headings NAME ID, First Name, Last Name, Em.ail, & Phone I am trying to use the em.ail address as the Login ID and the Password is what ever they...
Back
Top Bottom