T
TKM
My last request was terrible so I thought I would rewrite. I need my combobox
to default to the third word down in my cbo box. That word is "pending". The
number assocaited with it in my table is Field Code ID 9. I put 9 in the
defult value, I put the word "Pending" in there and nothing. The cbo box is
located in a subform. The CBO is based off a query.. This is simple so why
wont it work?
SELECT tlkFieldCodes.FieldCodeID, tlkFieldCodes.FieldCodeDesc FROM
tlkFieldCodes WHERE (((tlkFieldCodes.FieldCodeGroup)="Insurance
Consultants")) ORDER BY tlkFieldCodes.FieldCodeID;
to default to the third word down in my cbo box. That word is "pending". The
number assocaited with it in my table is Field Code ID 9. I put 9 in the
defult value, I put the word "Pending" in there and nothing. The cbo box is
located in a subform. The CBO is based off a query.. This is simple so why
wont it work?
SELECT tlkFieldCodes.FieldCodeID, tlkFieldCodes.FieldCodeDesc FROM
tlkFieldCodes WHERE (((tlkFieldCodes.FieldCodeGroup)="Insurance
Consultants")) ORDER BY tlkFieldCodes.FieldCodeID;