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 derfloh 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: *

  • Users: krissrites
  • Content: Threads
  • Order by date
  1. krissrites

    Date Format Issue (Access 2003)

    Hi there, I have a problem with the Date Format in Access. I have a form linked to a back end table that has a date field set to 'General Date' format. The date format is set for MM/DD/YYYY. The problem arrives when Access automatically flips the MM with the DD. For example if I type...
  2. krissrites

    SQL Statement: Query Bulider - Count Fuction Issue

    Hi there, I've been battling with this for awhile now. I'm trying to count all of the records in a field that share the same name. I'm trying to filter the results using a field that I don't want to see. I also don't want to the field to disrupt a count of the unique values that I'm trying...
  3. krissrites

    Use Form to Produce Report Like Results

    Hi there, I'm working with MS Access 2003. I've been trying to send x amount of variables to a report so that it will produce results based on which criteria are needed. The problem I've run into in Access is that the Report wants to know exactly how many variables it is expecting and of...
  4. krissrites

    Use Form to Produce Report Like Results

    Hi there, I'm working with MS Access 2003. I've been trying to send x amount of variables to a report so that it will produce results based on which criteria are needed. The problem I've run into in Access is that the Report wants to know exactly how many variables it is expecting and of...
  5. krissrites

    Shell Function Permissions Issue

    Hey, I'm working on an Access 2003 db and I'm having a problem with the Shell Function. I'm using the function to open a Word document. stAppName = "WINWORD.EXE C:\Documents and Settings\ChartrandC1\My Documents\DialogTest.doc" Call Shell(stAppName, 1) When this runs I get an error message...
  6. krissrites

    Common Dialog Control Workaround

    Hey, I've created an Access 2003 application, but I'm not using the Developers package, so I don't have access to the Common Dialog Control and need to use its functionality. I found this code online which is supposed to provide the same functionality. I dropped the code into a module and I'm...
  7. krissrites

    Common Dialog Control Workaround

    Hey, I've created an Access 2003 application, but I'm not using the Developers package, so I don't have access to the Common Dialog Control and need to use its functionality. I found this code online which is supposed to provide the same functionality, but it is generating erros based on the...

Part and Inventory Search

Back
Top