RacerGirl117
Technical User
I have a main form that has 3 subforms. The subforms are on a tab control. The main form and the first two subforms are set as Snapshot so the user cannot change the data. The 3rd subform is a data entry form with 5 fields, two of them being combo boxes.
The 2nd combo box (Job No.) on this subform has two column and is based on an existing query. When a users selects a value from this combo box it is stored in the field. This combo box works wonderfully.
The 1st combo box (Svc. Addr. ID) has three columns and is based on a query I created specifically for this subform because of the value I need to store in this field. In the original table where the value comes from it is 12 digits long. I only want to display the 3 digits furthest on the right hand side, so in the query I have formatted it as follows:
SvcAddID: Right([SV_AD_ADDR_ID],3)
This makes the length of the "original" field and the length in the subform the same.
The columns in this combo box are as follows:
Cust No
SvcAdrID
SV_ADR_NAME
I have the BoundColumn property of the combo box set to 2 and LimittoList set to Yes. Yet, when I open the form and select a value from the list, no matter what value I select, it shows the first line.
I don't know what else to try with this thing. Am I missing something here? Any suggestions would be greatly appreciated. Jessica Morgan
Fire Fighter Sales & Service Co.
Pittsburgh, PA
The 2nd combo box (Job No.) on this subform has two column and is based on an existing query. When a users selects a value from this combo box it is stored in the field. This combo box works wonderfully.
The 1st combo box (Svc. Addr. ID) has three columns and is based on a query I created specifically for this subform because of the value I need to store in this field. In the original table where the value comes from it is 12 digits long. I only want to display the 3 digits furthest on the right hand side, so in the query I have formatted it as follows:
SvcAddID: Right([SV_AD_ADDR_ID],3)
This makes the length of the "original" field and the length in the subform the same.
The columns in this combo box are as follows:
Cust No
SvcAdrID
SV_ADR_NAME
I have the BoundColumn property of the combo box set to 2 and LimittoList set to Yes. Yet, when I open the form and select a value from the list, no matter what value I select, it shows the first line.
I don't know what else to try with this thing. Am I missing something here? Any suggestions would be greatly appreciated. Jessica Morgan
Fire Fighter Sales & Service Co.
Pittsburgh, PA