由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Need help on VBA! Please!
相关主题
怎么从VBA里读SQL procedure?我的code有什么问题?access 里怎么删除multiple highlighted selection?
Access VBA 语句 问题请教 (转载)问一个数据处理的问题,该如何实现单列转多行?14楼有图更新 (转载)
问一个 Access VBA programming的问题Any thoughts about two slowly chaning dimensions have FK relationship
Is "Dim mydb as database" a user-defined datatypeAny suggestion on Access database learning?
ASP高人们帮忙看看这几行 SQL codes的问题,谢乐!ACCESS还是VB还是DHTML?
sql请教[转载] How to use Visual Basic in MS Word
Please help on replacing character in VBVB access book
Access门外汉问题求教Help about SQL Server
相关话题的讨论汇总
话题: need话题: vba话题: cur话题: db话题: wtn
进入Database版参与讨论
1 (共1页)
l**u
发帖数: 67
1
Access expert help!!
Support I am going to fill in a Form, there is a number(PhoneNumber) that I
would like to check if the record of this number exists in my link table? If
so, just go ahead to append to A table, if not, then just pop-up a message and
append to B Table. The following is my code:
Private Sub WTN_AfterUpdate()
Dim rsp
Dim Cur_DB As DAO.Database, WTN As DAO.Recordset
Set Cur_DB = CurrentDb
Set WTN = Cur_DB.OpenRecordset("Select * from LinkTable where = ;")
If WTN.RecordCount <>
1 (共1页)
进入Database版参与讨论
相关主题
Help about SQL ServerASP高人们帮忙看看这几行 SQL codes的问题,谢乐!
Help!! Data Access Page in Accesssql请教
Help on using SQL in ExcelVBAPlease help on replacing character in VB
Help needed!:) How to use VBA read in external data? I mean data outside excelAccess门外汉问题求教
怎么从VBA里读SQL procedure?我的code有什么问题?access 里怎么删除multiple highlighted selection?
Access VBA 语句 问题请教 (转载)问一个数据处理的问题,该如何实现单列转多行?14楼有图更新 (转载)
问一个 Access VBA programming的问题Any thoughts about two slowly chaning dimensions have FK relationship
Is "Dim mydb as database" a user-defined datatypeAny suggestion on Access database learning?
相关话题的讨论汇总
话题: need话题: vba话题: cur话题: db话题: wtn