TerribadCoder
Registered User.
- Local time
- Yesterday, 19:19
- Joined
- Mar 8, 2014
- Messages
- 20
Back again with another good one. I need to open a form based on multiple fields in a single record. I was thinking maybe Dcount could do this, but am unsure how to write it... For instance.
If the value of field "ID" AND "text33" is in table [tblVote] Then
Goto that record in a Form
Else
DoCmd.OpenForm "Voting Form", , , "ID=" & Me.ID
End If
Thanks all!
If the value of field "ID" AND "text33" is in table [tblVote] Then
Goto that record in a Form
Else
DoCmd.OpenForm "Voting Form", , , "ID=" & Me.ID
End If
Thanks all!