Search results

  1. J

    Update Query

    Hi i am trying to make an update query that will put peoples "first_name" and "surname" (in teh same table but seperate columns) into one column to give me "first_name,"surname" as one. I have been told to use an update query but i cant make sense of all the help on the internetAnyone with any...
  2. J

    Combining Data from 2 columns into into 1

    Hi, I have got data in an excel spreadsheet and i have imported it into a table i have in my database. The data i have imported has peoples "First Name" and "Surname". So they are both in my database in 2 separate columns, however i need them to combine into one column "Cadet Name" e.g., Judd...
  3. J

    Change scores/numbers to letters/ words

    Hi,Im trying to make a database for a client and i am stuck on how to convert scores for a test to pass, merit etc to be viewed in a report, I thought it might have to be done by making a query then make a report from that query.Any help would be much appreciatedThanks
  4. J

    Tab Control

    Hi,Im trying to make a database using the Tab Control. Each tab has data from a different table and they are all linked by Cadet_ID. After I make a combo box which "find a record on my form based on the value I selected in my combo box" (Name).It works when there is the data from one table but...
Back
Top Bottom