A
AndreMello
Hello everybody
I have this code in my project
Dim rec As Recordset
rec.OpenRecordset ("select TPOFTO,CLSFTO from [Processos Urgentes]")
If (Me.CombClasseProcesso.Column(0) = rec.GetRows(0)) Then
If (Me.CombTipoProcesso.Column(0) = rec.GetRows(1)) Then
MsgBox "Whatever", vbExclamation
Well, it probably isn't correct because i'm getting an error.
I am kind of new to Access Sintax so could someone help me out on wha
do I use to get the information from tables in my database an
comparing them with items in my form?
By the way, I'm using Access 97
Thank
I have this code in my project
Dim rec As Recordset
rec.OpenRecordset ("select TPOFTO,CLSFTO from [Processos Urgentes]")
If (Me.CombClasseProcesso.Column(0) = rec.GetRows(0)) Then
If (Me.CombTipoProcesso.Column(0) = rec.GetRows(1)) Then
MsgBox "Whatever", vbExclamation
Well, it probably isn't correct because i'm getting an error.
I am kind of new to Access Sintax so could someone help me out on wha
do I use to get the information from tables in my database an
comparing them with items in my form?
By the way, I'm using Access 97
Thank