Results 1 to 10 of 10
  1. #1
    Shondalt is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Posts
    3

    Question Access 2010

    Hello,

    I want to be able to type a nickname for a contact and it populate the full name in a query for a report. Is there a way to effectively get this done? I have tried combo box and I am not sure how to use the drop down list function.



    Please help.

  2. #2
    rzw0wr is offline I will always be a newbie
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Indiana
    Posts
    479
    Just a little more information.
    Where would you like to type the nickname?
    Form? query? Table?

    How are you planning to open the report? From where?

    Anymore information that you would like us to know would also help.

    Dale

  3. #3
    Shondalt is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Posts
    3

    Sequential Numbering in Access 2010

    Quote Originally Posted by rzw0wr View Post
    Just a little more information.
    Where would you like to type the nickname?
    Form? query? Table?

    How are you planning to open the report? From where?

    Anymore information that you would like us to know would also help.

    Dale
    I did use a template that was already created. I modified some of the fields to fit what was needed. I don't want the nickname to show up, I just wanted to be able to type in the nickname in a search field for a report and for it to attach the person's name to the record.

    On another note I have came across another problem. I want to import from an excel spreadsheet and for it to keep the records with sequential number order. It skips numbers when I import from different spreadsheets that have the same information.

  4. #4
    rzw0wr is offline I will always be a newbie
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Indiana
    Posts
    479
    On the nickname question, make a field in your table called nickname and search by that field.

    I am not sure what numbers you are referring to.
    Are they the table ID numbers? The row numbers from Excel?


    Dale

  5. #5
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,725
    If a Person can have more than 1(several) nickname ( if this is true for many people) then you may want to build a table specific to this.

    tblPerson
    PersonId PK
    PersonFirstName
    PersonLastName
    ..other person specific info


    tblNickNames
    NickNameID PK
    NickName 'actual nick name
    PersonId_FK 'link back to tblPerson

  6. #6
    Shondalt is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Posts
    3
    Quote Originally Posted by rzw0wr View Post
    On the nickname question, make a field in your table called nickname and search by that field.

    I am not sure what numbers you are referring to.
    Are they the table ID numbers? The row numbers from Excel?


    Dale
    I am referring to the autonumber field. It automatically assigns a number to the record. However, when importing from excel or via email it will skip numbers.

  7. #7
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,725
    Autonumbers are intended for system use. They are unique; NOT sequential; NOT necessarily Positive.

  8. #8
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664

  9. #9
    rzw0wr is offline I will always be a newbie
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Indiana
    Posts
    479
    Yes they will and what ssanfu said.

    Dale

  10. #10
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,725

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 01-07-2016, 12:49 PM
  2. Replies: 9
    Last Post: 05-07-2013, 08:37 PM
  3. Replies: 4
    Last Post: 09-19-2012, 02:07 AM
  4. Replies: 0
    Last Post: 07-31-2012, 12:25 PM
  5. Replies: 1
    Last Post: 01-05-2012, 02:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums