jonathanchye
Registered User.
- Local time
- Today, 16:46
- Joined
- Mar 8, 2011
- Messages
- 448
Hi all,
(MS Access 2010)
I have a linked table (tblGlobalAddressList) in my current database which the company's global address list. The fields in tblGlobalAddressList includes First Name, Last Name, Department, ContactNo.
I have created a form in my current DB and I want to pull First and Last names from tblGlobalAddressList. How I currently do it now is to create two combo boxes and link them to First and Last Name fields in tblGlobalAddressList. Reason I do this is because users can first select their last name and then then second combo box will narrow down their first name to further enhance data integrity.
However, I've encountered a problem here. I want to store both the First and Last name as a SINGLE field in the table my form is linked too.
I can't find a way to do this at the moment. Also, is it actually easier to first run a query and then use SQL to combine (Union?) First and Last name and just use a Text box in my form instead of 2 combo boxes?
(MS Access 2010)
I have a linked table (tblGlobalAddressList) in my current database which the company's global address list. The fields in tblGlobalAddressList includes First Name, Last Name, Department, ContactNo.
I have created a form in my current DB and I want to pull First and Last names from tblGlobalAddressList. How I currently do it now is to create two combo boxes and link them to First and Last Name fields in tblGlobalAddressList. Reason I do this is because users can first select their last name and then then second combo box will narrow down their first name to further enhance data integrity.
However, I've encountered a problem here. I want to store both the First and Last name as a SINGLE field in the table my form is linked too.
I can't find a way to do this at the moment. Also, is it actually easier to first run a query and then use SQL to combine (Union?) First and Last name and just use a Text box in my form instead of 2 combo boxes?