A
Alex
Hi hope someone can help (if i can explain it clearly)
I am creating a form using two tables - tblTitleList + TblContact. These
are linked tables to my database. The designer is very much into using
related tables wherever possible.
In tblTitleList I have two field
Title Id = an autonumber
Title Name = text and is in this instance Mr, Ms, Mrs etc
In tblContact among other fields, I have
Title = Number
Initials = text
Surname = text
I am pulling the data from a query which links two table field Title Id and
Title and which includes field Title Name
When my user comes along to enter a record, they are touch typing and will
want to enter eg Mr J Bloggs
I need to allow the user to type in "Mr", but I need to store in field
Title, the Title Id number from tblTitleList relevant to "Mr"
I would rather not have a dropdown on the Title field since this slows the
users down.
The other issue is that is a user is viewing the record they need to see
"Mr" and not the relevant Title Id number.
Can someone tell me the best way to achieve this please?
Thanks
Alex
I am creating a form using two tables - tblTitleList + TblContact. These
are linked tables to my database. The designer is very much into using
related tables wherever possible.
In tblTitleList I have two field
Title Id = an autonumber
Title Name = text and is in this instance Mr, Ms, Mrs etc
In tblContact among other fields, I have
Title = Number
Initials = text
Surname = text
I am pulling the data from a query which links two table field Title Id and
Title and which includes field Title Name
When my user comes along to enter a record, they are touch typing and will
want to enter eg Mr J Bloggs
I need to allow the user to type in "Mr", but I need to store in field
Title, the Title Id number from tblTitleList relevant to "Mr"
I would rather not have a dropdown on the Title field since this slows the
users down.
The other issue is that is a user is viewing the record they need to see
"Mr" and not the relevant Title Id number.
Can someone tell me the best way to achieve this please?
Thanks
Alex