Hi , by this way I'm going to control and access the components of a SQL statement . For example checking the user_ID and enterance password of my program and also set them in the forms, as the caption of a lable .
thank you...
User Profile
Collapse
-
print and use the fields of a temporary query in VBA
hi !
I am a new programer by VBA and know I can't use the fields of a query . my codes are as below :
Code:Dim mydb As Database Dim str1 As String Dim rsttemp As Recordset Dim qdftemp As QueryDef Private Sub Command1_Click() Set mydb = OpenDatabase("d:\pm_vb\main_db1.mdb") str1 = "select * from users where per_code="
No activity results to display
Show More
Leave a comment: