As things stand, your GetCDKey() function will not work because the ComboBoxes are returning the numeric code value of the item rather than the alpha code that's displayed.
If it turns out that these items need to be stored separately in the record (I doubt it) then we can access other columns within the ComboBox, but we will probably end up redesigning these ComboBoxes (as unbound) to return the alpha codes required (and previously discussed).
I'll stop here, as any more may introduce information overload. There is plenty here for you to be thinking about.
If it turns out that these items need to be stored separately in the record (I doubt it) then we can access other columns within the ComboBox, but we will probably end up redesigning these ComboBoxes (as unbound) to return the alpha codes required (and previously discussed).
I'll stop here, as any more may introduce information overload. There is plenty here for you to be thinking about.
Comment