Hello,
I’m new to programming in Access and have had some experience with VB. I have a database with two tables (see formats below). On the new entry form I plan to have a ComboBox with a “Find” function. What I’m wondering is once a title is selected, how do I code a query to put the result into [TblName].[TITLE_CODE]?
Thank you,
Joel Stevey
TblName:
LAST
FIRST
TITLE_CODE
ADDRESS
CITY
STATE
ZIP
TblTitles:
TITLE_CODE
TITLE
I’m new to programming in Access and have had some experience with VB. I have a database with two tables (see formats below). On the new entry form I plan to have a ComboBox with a “Find” function. What I’m wondering is once a title is selected, how do I code a query to put the result into [TblName].[TITLE_CODE]?
Thank you,
Joel Stevey
TblName:
LAST
FIRST
TITLE_CODE
ADDRESS
CITY
STATE
ZIP
TblTitles:
TITLE_CODE
TITLE