本文介绍了组合框不工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 限时删除!! 大家好: 我无法获得一个组合框来显示搜索表单中的列表。我的目标是选择一个艺术家的名字,并通过qry在子表格中列出他/她的CD。但我不能这样做。当我尝试输入艺术家的名字时,我收到一条错误消息,告诉我列表中不存在该名称。我通过键入CD标题成功获取数据,但无法获得艺术家搜索工作的组合框。有人可以帮忙吗? 详情如下: 表1:tblArtists ArtistID - Auto(PK) ArtistName-文字 表2:tblCDDetails RecordID - 自动(PK) RecordingTitle - 文字 ArtistID - FK 表3:tblzNull ItemID - 自动(PK) ItemName - 文字 查询1:qryCD RecordingID RecordingTitle ArtistID ArtistName 主表格1:frmFIND 文本框1 = txtCDTitle(不作承诺) 组合框1 = cboArtist(未绑定)但在源代码下有此代码Hello all:I could not get a combo box to display a list in a Search Form. My object is to select an artist''s name and have his/her CDs listed on the subform through a qry. But I couldn''t do it. When I tried to type an artist''s name, I get an error message telling me the name does not exist in the list. I was successful in getting data by typing a CD title but couldn''t get the Combo box for the Artist''s search to work. Can someone please help?Details follow:Table 1: tblArtists ArtistID - Auto (PK) ArtistName- TextTable2: tblCDDetails RecordID - Auto (PK) RecordingTitle - Text ArtistID - FKTable 3: tblzNull ItemID - Auto (PK) ItemName - TextQuery 1: qryCD RecordingID RecordingTitle ArtistID ArtistNameMain Form 1: frmFIND Text box 1 = txtCDTitle (Unbound) Combo Box 1 = cboArtist (Unbound) but has this code under Row Source 展开 | 选择 | Wrap | 行号推荐答案 展开 | 选择 | Wrap | 行号 展开 | 选择 | Wrap | 行号 这篇关于组合框不工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 1403页,肝出来的..
09-06 18:25