我在Microsoft Access数据库中有两个表格和一个表格。 让我们看一看 t,再看第二张 t。 tblCUSTOMERS包括称为客户信息(主要关键)、第一Name和最后一Name的田地。 tblINVOICES包括称为InvoiceID(主要钥匙)、客户信息(外国钥匙)和数量。 表格称为“热电”,包含 t网照电站领域的文本箱。
我要做的是创造功能,使我能够通过我的客户桌旁搜寻,从桌上挑选客户记录,然后将记录上的客户数据库退回到假票。 理想的情况是,查询方式将像一个数据网一样,能够由第一Name、最后一个Name和客户信息数据库查询。
Specifically can you advise me of the simplest way to: 1. Insert a form (lets call this new form frmCUSTOMERS) with something like a datagrid control to show customer records. 2. Update the datagrid on frmCUSTOMERS to display only records matching a query of tblCUSTOMER (such as only customers where firstname starts with B ) 3. Pass the CustomerID from frmCUSTOMERS to frmINVOICES.
许多感谢,
Brett