I am working in Access 2007. And I am an extreme newbie to Access.
I have 3 tables:
User
ID FirstName LastName
Program
ID ProgramName
ProgramUserXRef
ID UserID ProgID
My form consists of an unbound ComboBox whose Row Source is the User table. I added an Option group that displays the Programs. I want the default for this group to come from the combobox when the user selects their name.
It seems like I should use a SQL statement but when I click on the "..." next to Default Value it just brings up the Expression Builder and I am not sure how to create a SQL statement in it. Any suggestions on how I can do that?
TIA!
~RLG
I have 3 tables:
User
ID FirstName LastName
Program
ID ProgramName
ProgramUserXRef
ID UserID ProgID
My form consists of an unbound ComboBox whose Row Source is the User table. I added an Option group that displays the Programs. I want the default for this group to come from the combobox when the user selects their name.
It seems like I should use a SQL statement but when I click on the "..." next to Default Value it just brings up the Expression Builder and I am not sure how to create a SQL statement in it. Any suggestions on how I can do that?
TIA!
~RLG