9739.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 22 行

HTML
22
字号
<html>
  <head>
    <title>How to write code to retrieve data from access table</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>How to write code to retrieve data from access table</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:tajenchung@yahoo.com">Ta-Jen Chung</a> on February 01, 1999 at 14:14:08:<p>
I have created a database named business.mdb in Access. Transaction is<br>one table in business.mdb and it contains some fields such as salesId,<br>ProductName, date, quantity and customerID.<p>How can I use vb to retrieve all transactions for each specific customer by using customerID as criteria? and How can I display the final result in DBgrid?  <p>Thanks!
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 9739-->
</ul><!--end: 9739-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?