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

    Business Days Code Issue

    Andy - You are absolutely correct. That is what it says when I go into the debugger. I understand your questioning that. But that is what it says. Weird. I will run the Debug.print and see what pops out. Thanks!
  2. chris3366

    Business Days Code Issue

    Andrzejek (Andy) - Thanks for the response. Date range being used is 05/22/2016 thru 5/28/2016. Keep in mind if I hard code the dates into the query it will work. We usually use a week date range and I have used this for a month or even 2 month range. Thanks again MajP - I will give it a go...
  3. chris3366

    Business Days Code Issue

    Hello, Up until today this coding has been working perfectly. I am using it with MS Access 2010 in 2003 mode because that is how old the database is. The dates are pulled from a form that uses text boxes to enter dates. The text boxes are formatted to Short Date and they work great. The...
  4. chris3366

    ADD a TRUE FALSE Field via ALTER TABLE

    Thanks Diana! That worked!
  5. chris3366

    ADD a TRUE FALSE Field via ALTER TABLE

    Hi All, Any help will be appreciated. I want to add a field to a MS Access 2013 (Using 2007-2010 Settings) database. I want to add a True/False field. Field Name to be called DeleteRow. This is what I have. CurrentProject.Connection.Execute "ALTER TABLE BALBILL ADD COLUMN DeleteRow...
  6. chris3366

    Issues Converting .edit from MS Access 2003 to MS Access 2010

    I had an MS Access database (2003) version running on XP. I have recently upgraded to Windows7 with MS Access 2010. There is some code used that was designed to populate a text field with the data located above, until it reached the next string of text. Here is the code as it was Public Sub...
  7. chris3366

    Automated PDF Creation

    Hello All. I am having an issue with getting a report in Access to generate in pdf. The only thing different from this report to other reports that I am able to do this with is that this report has sub reports within it. A while ago All my reports were generated in PDF then one day this...
  8. chris3366

    In Clause connecting to password protected Database. HELP

    I am building an query which refers to a table in another database using the IN clause, however the database is password protected.. do you know what would be the syntax in the IN clause to pass the password? SELECT * FROM tblName IN 'Address /pwd pssword' I get this a an error message...
  9. chris3366

    Create a New Label on a Form using VBA

    I am trying to create a new label in a specific place on and MS Access form using VBA and I just can't seem to figure this out. Could be a bad day or I just don't have the knowledge. Probable don't have the knowledge. Any constructive help would be appreciated.
  10. chris3366

    Clock Face

    The answer to your Question MajP is yes I want an analog clock. I think it will look really good. Yes the Digital would be easy. MasterRacker - I just downloaded that app and I will give it a try. Thanks for the link. Will update once I know how it works and looks.
  11. chris3366

    Clock Face

    Anybody know how to create a clock face on a form or know where to get a module or an app that will work with Access? Your help is much appreciated.
  12. chris3366

    Changing the Name of the vbYesNo buttons

    I just wanted more than a yes or no. It isn't crucial or vital. Jut something to make the user be more careful which button they click. But we all know that will never happen. Thanks Guys!!
  13. chris3366

    Changing the Name of the vbYesNo buttons

    Would anybody know how to change the text of the buttons of a msgbox? I want a 2 choice set up. But I don't want just a yes or no. This is what I have now. Dim strPrompt As String, strStyle As String, strTitle As String Dim varPress As Variant Dim varPress1 As Variant strPrompt...
  14. chris3366

    OLEObject Sizing in Access Reports

    genomon, Thanks for the idea but it doesn't work. It only shows a certain amount of information then nothing...not even another page. If I could get it to print on multiple pages that would be great.
  15. chris3366

    OLEObject Sizing in Access Reports

    All, I am trying to size and OLEObject of Word Documents to print out in a Microsoft Access Report. The problem I am having is that all the documents are of different sizes and I will not know what is the largest size. How do I make the report as small as possible for each object printed? Any...
  16. chris3366

    Limiting Access to One Person at a time

    bjd4jc, That is PERFECT!!! Thanks So Much!!!!
  17. chris3366

    Limiting Access to One Person at a time

    bjd4jc, I have tried that but I keep getting an error message stating that the folder doesn't exist. I am sorry I have never modified shortcuts before..can you be a very specific. Here is the path to the database - \\NHHKSFS01\nhcqa\AuditAgingList\AuditAgingList.mdb And the path to the...
  18. chris3366

    Limiting Access to One Person at a time

    bjd4jc, I have tried that but I keep getting an error message stating that the folder doesn't exist. I am sorry I have never modified shortcuts before..can you be a very specific. Here is the path to the database - \\NHHKSFS01\nhcqa\AuditAgingList And the path to the MSACCESS.EXE C:\Program...
  19. chris3366

    Limiting Access to one User at a Time

    I have a MS Access Database on a network and want to limit access to one person at a time. The Exclusive feature on the Advanced Tab under options doesn't work. By going thru the Access program to start a database and selecting open exisiting file does work but I am looking for speed and ease...
  20. chris3366

    Limiting Access to One Person at a time

    I have some workflow data that gets exported to an Excel doc for the user to work off of. But what is happening is before an update can be generated stating these items have already been assigned somebody else selects work and gets work already assinged to somebody else and the database thinks...

Part and Inventory Search

Back
Top