User Profile
Collapse
-
I can't believe it was that easy. Thanks! -
Invalid use of property?
I have the following code:
Dim fff As Form
fff = GetForm("form3" )
Dim rec As New ADODB.Recordset
Dim strsql As String
Dim oper1 As String
Dim hold, hold3 As String
Dim i As Integer
If frm.searchcrit1 <> "" Then searchcrit(1) = frm.searchcrit1
In which GetForm is the following code:
Dim frm As Form
For Each frm In Forms
If...
No activity results to display
Show More
Leave a comment: