I am running the following code on a form in an Office XP database in Office 2000 file format:
Private Sub AccountManager_AfterUpdate()
Dim strDLR As String
Dim strSQL As String
Dim strAcct As String
Dim strDate As Date
strDate = Format(Date, mm - DD - yyyy)
strAcct...
I am running the following code on an Office XP database in Office 2000 file format:
Private Sub AccountManager_AfterUpdate()
Dim strDLR As String
Dim strSQL As String
Dim strAcct As String
Dim strDate As String
strDate = Format(Date, mm - DD - yyyy)
strAcct =...
I am trying to make a report on security (meaning who has access to what). In other words, I need to know what groups are associated to each user and what those groups have access to what forms, reports, etc. The first one I can get through the security menu, but the other is more difficult...
I am trying to make a report on security (meaning who has access to what). In other words, I need to know what groups are associated to each user and what those groups have access to what forms, reports, etc. The first one I can get through the security menu, but the other is more difficult...
I am currently trying to write code that will cause a report to be sent via email. I need the code to use linking criteria or filtering like in the OpenReport method but I don't know how to accomplish this using SendObject. Any help would be greatly apprecaited.
Chris Haufschild...
I am currently trying to write code that will cause a report to be sent via email. I need the code to use linking criteria or filtering like in the OpenReport method but I don't know how to accomplish this using SendObject. Any help would be greatly apprecaited.
Chris Haufschild
I need to send a report via email with criteria or a filter and am having trouble doing so. I don't think there is any way to do either (link criteria or applying a filter like in OpenReport) using the SendObject command. Any help would be greatly apprecaited.
Chris Haufschild...
I am currenty running an Access 2000 database under a multiuser environment via Citrix Metaframe and am experiencing odd behavior with a couple of my forms.
During the data entry process in these forms the primary key value will change. This problem seems to come up randomly but it is a severe...
I am currenty running an Access 2000 database under a multiuser environment via Citrix Metaframe and am experiencing odd behavior with a couple of my forms.
During the data entry process in these forms the primary key value will change. This problem seems to come up randomly but it is a severe...
I am currenty running an Access 2000 database under a multiuser environment via Citrix Metaframe and am experiencing odd behavior with a couple of my forms.
During the data entry process in these forms the primary key value will change. This problem seems to come up randomly but it is a severe...
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.