edpoon,
try this....
dim x as string
Set rs = CurrentDb.OpenRecordset("tblname")
x = False
Do While Not rs.EOF
If Trim(txtname) = Trim(rs!tblfield) Then
x = True
Exit Do
End If
rs.MoveNext...
wayne,
try this, be sure to back up your file..make an autoexec macro then in action action choose Runcode and call the faq_DisableShiftKeyBypass() function
Function faq_DisableShiftKeyBypass() As Boolean
Dim strDBName As String, fAllow As Boolean
On Error GoTo errDisableShift...
hi,
i have recently an access(mdb) file, my problem are:
1. i can't access to the other computer.
2. there are other errors when i attempt to open other forms which actually accessable in other computers.
3. i heared something about workgroup application which maybe the cause of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.