Hi,
I guess this should be easy but I do not know how to solve it.
I have two tables and its fields:
Table [Functions]
FunctionID - PK
FunctionName
Table[HLProcess]
HLProcessID - PK
FunctionID - FK
HLProcessName
The tables are linked as one to many, [Function]1:M[HLProcess]
I have created a form for Table - [HLProcess].
Step A - In this form, I then changed the field [FunctionID] to a combo box from text box so that I can pick up the [FunctionName] from table [Functions] and save it in the field [FunctionID] in table [HLProcess].
For the a above, I am using the property sheet and saved the query to get the drop down for Function field.
The problem I am facing is that I am only able to see the [FunctoinID] number in the form instead of the [FunctionName].
Step B - So, what I then do is, delete the FunctionID field which is created during the creation of the Form. I then create a combo box (with the wizard tool on) and then able to see the [FunctionName] field in the drop down in the form.
So, I am not sure what else I have to do in Step A itself when I am changing the text box to a combo box in the form to see the [FunctionName] in the dropdown?
Thanks in advance.
SG
I guess this should be easy but I do not know how to solve it.
I have two tables and its fields:
Table [Functions]
FunctionID - PK
FunctionName
Table[HLProcess]
HLProcessID - PK
FunctionID - FK
HLProcessName
The tables are linked as one to many, [Function]1:M[HLProcess]
I have created a form for Table - [HLProcess].
Step A - In this form, I then changed the field [FunctionID] to a combo box from text box so that I can pick up the [FunctionName] from table [Functions] and save it in the field [FunctionID] in table [HLProcess].
For the a above, I am using the property sheet and saved the query to get the drop down for Function field.
The problem I am facing is that I am only able to see the [FunctoinID] number in the form instead of the [FunctionName].
Step B - So, what I then do is, delete the FunctionID field which is created during the creation of the Form. I then create a combo box (with the wizard tool on) and then able to see the [FunctionName] field in the drop down in the form.
So, I am not sure what else I have to do in Step A itself when I am changing the text box to a combo box in the form to see the [FunctionName] in the dropdown?
Thanks in advance.
SG
Comment