Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chaufschild

    INSERT causing parameter prompt

    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...
  2. chaufschild

    INSERT prompts parameter

    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 =...
  3. chaufschild

    Security Report

    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...
  4. chaufschild

    Security Report

    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...
  5. chaufschild

    Email report with filter/criteria

    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...
  6. chaufschild

    SendObject using criteria or filter

    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
  7. chaufschild

    Emailing Report with Criteria or Filter

    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...
  8. chaufschild

    Primary Key value change during data entry ?!?

    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...
  9. chaufschild

    Key changes during data entry ?!?

    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...
  10. chaufschild

    Index changes during data entry

    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...

Part and Inventory Search

Back
Top