It wouldappear that my DB problems have narrowed down to a malfunctioning query! When I select a combobox value of"58", the msgbox messages show "1" as being selected not “58"and record "103" is sought. "IDCarv" is the table primary key.In the Table, CarvingNR "58" has a primary key of "1". In another test I select the combobox value"43", the msgbox showed "45" and "103" wassought. CarvingNR "43" has a primary key of "45". Why isthe PK being returned as the as the combobox value selected? Is this query criteria {
Like[Forms]![Gallery].[Select_CrNr] & "*"} at fault or the
the combobox row source: {SELECT[CarvingTable].IDCarv, [Carving Table].CarvingNR FROM [Carving Table] ORDER BY [CarvingTable].CarvingNR;}?
TIA Phil