我有一个独立的 table, called patient infor, it has: first name, last name, DOB, gender and race.
现在我如何 create a field named UIN using expression follow by UIN formula below.
The UIN is a 12 digit number consisting of both letters and numbers. The UIN is created using the following formula:&nb ......
access数据库中表sell中的字段isok为 是/否 的数据类型,怎样用查询语句统计出为否(false)的数据,我是这样写的:sql5="select sum(price*shulian*guige),sum(price2*shulian*guige),sum(shulian) from sell where isok=0 and type=0 and bianhao='"&count_sell("bianhao")&" ......
由于业务的需要,客户需要报表格式是Access 文件,并有查阅功能。
现在Access文件是有SQL2000自动生成,但没有查阅的功能,不知道怎样写SQL脚本实现,请各位大侠帮忙帮忙!!谢谢
去下载一个 Access 查询分析器
不是MSSQL 查询 Access
是在MSSQL中写SQL脚本生成Access表,该表并有“查阅”功能。
引用
不是MSSQ ......
.net+access 查询前5条记录 为什么top不生效 总是查询所有记录 急。。。
你的语句是什么? .
select top 10 * from goodsinfo where G_type=1 order by Registry_time desc
我可能没说清楚
select top 10 * from goodsinfo ......
A库表date
姓名 别名
张三 张三、张三丰
张四 张四
张五  ......
下面函数的作用是取出当前界面上CListCtrl里面的数据插入到Access文件中
void CMDBDlg::OnButtonSavefile()
{
// TODO: Add your control notification handler code here
CFileDialog m_dlg(FALSE,".MDB", NULL, 0, "Office Access(*.mdb)|*.mdb||", this);
if (m_dlg.DoModal() = ......