Search results

  1. theDBguy

    Fairly New and Need Help on a work project

    Hi. Welcome to AWF!
  2. theDBguy

    Word MailMerge OpenDataSource - password protected ACCDE

    According to CoPilot, your connection string should be similar to this. ActiveDocument.MailMerge.OpenDataSource _ Name:="C:\Path\MyDB.accdb", _ Connection:="Provider=Microsoft.ACE.OLEDB.12.0;" & _ "Data Source=C:\Path\MyDB.accdb;" & _ "Jet OLEDB:Database...
  3. theDBguy

    Can a rpt name be changed to a name in a table?

    If you're using the SendObject method, I agree with the suggestion of changing the Caption of your report before using it.
  4. theDBguy

    Using column property in combo box

    Can't test this right now but maybe try something like: Dim strCbo As String strCbo = Me!cboFormat.Column(1) Select Case True Case strCbo Like "*CD" ... Case strCbo Like "*LP" ... End Select Hope that helps...
  5. theDBguy

    Trying to find a 0.00 in list of numbers currency

    Maybe make sure there are no null values in the records?
  6. theDBguy

    Solved Restrict Decimal Places In Control Entering Data & Selection

    Does the Input Mask for this? Just thinking out loud...
  7. theDBguy

    New To Access World

    Hi. Welcome to AWF!
  8. theDBguy

    New to this forum Heather

    Hi. Welcome to AWF!
  9. theDBguy

    Hi...

    Hi. Welcome to AWF! Better late than never...
  10. theDBguy

    Solved Count Records in Group Footer

    Not in front of a computer now, so not sure if this approach will work for you, but have you tried using the RunningSum Over Group property yet?
  11. theDBguy

    Auto Fill Last Name and First Name

    Hi. Welcome to AWF!
  12. theDBguy

    How to Create multiple vertical lines that grow in the detail section of a report

    Glad to hear that. I guess it’s less work and automatically adjusts as well. Good luck with your project.
  13. theDBguy

    How to Create multiple vertical lines that grow in the detail section of a report

    Just wondering if gridlines would have worked in your case.
  14. theDBguy

    A form allowing password login plus "forgot password" facility

    My first thought on this topic was comparing web features and Access capabilities could be misleading, since they’re two different architectures. Taking a web feature and using it as an inspiration for creating an Access function is good, but I wouldn’t go as far as saying if the web can do it...
  15. theDBguy

    Introduction

    Hi. Welcome to AWF!
  16. theDBguy

    Hello

    Hi. Welcome to AWF!
  17. theDBguy

    ACCDE - "Requested type library or wizard is not a VBA project"

    Good luck. Please let us know how it goes.
  18. theDBguy

    ACCDE - "Requested type library or wizard is not a VBA project"

    Hi. Not familiar with the bug you mentioned, but I had an old article on my blog about the same error message. Not sure if it will help but just wondering if you saw it. If not, I could post a link to it, in case you’re interested.
  19. theDBguy

    Intro

    Hi. Welcome to AWF!
Back
Top Bottom