I've been working on this off and on for a while. I thought that I had my database working the way I wanted it, but today I found out that I was wrong.
In Access 97 I was able to make it secured so that you can log onto it if you have the MDW file (Removing all permissions from the 'admin'...
I have been trying to get an update and a delete RunSQL statement to work using the parameter "DeleteDate" which is defined in my VB Module (I have no clue if I'm using the correct terms...). Anywho, here's the code I'm using.
Dim DeleteDate As Date
DeleteDate = #5/5/2002#...
This should work.
IIf(Field3 Is Null,IIf(Field2 Is Null,Field1,Field2),Field3)
Translated From:
If Field3 is Null Then
If Field 2 is Null Then
Field1
Else
Field2
End
Else
Field3
End
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.