Search:

Type: Posts; User: Aheron; Keyword(s):

Page 1 of 16 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    730

    Shareing the workbook so far is working...

    Shareing the workbook so far is working graet.Thanks to all for your help.
  2. Replies
    6
    Views
    730

    Multi Users In a Workbook

    Is there a way for a single workbook to be open AND editable by multiple users?The workbook we have is on a network drive. When one user opens the workbook, any other user can open it, but gets the...
  3. Replies
    3
    Views
    579

    Named Range worked. For some reason Access...

    Named Range worked. For some reason Access converter the following from "'Region 33'" & "!A1:T900" to 'Region 33'$A1:T900. Of course Excel could not find that range.

    But named rangeds worked like...
  4. Replies
    3
    Views
    579

    I will try this and see how it goes. Thanks...

    I will try this and see how it goes.

    Thanks Wendell.
  5. Replies
    3
    Views
    579

    Import Excel Data

    I am having issues trying to find the correct syntax to import data from Excel. I have the TrasnferSpreadsheet down fine. What I would like to do is give the statement a data range in the workbook. ...
  6. Replies
    15
    Views
    5,864

    This is GREAT. Thank for your help.

    This is GREAT. Thank for your help.
  7. Replies
    15
    Views
    5,864

    How to find Access version in code

    Is there a way to use VBA code to query Access for the version?

    I would like to create an If statement that will do one thing for Access 2010 and a different thing for Acess 2003.


    Thank for...
  8. Replies
    9
    Views
    11,692

    Thanks to all for your help

    Thanks to all for your help
  9. Replies
    9
    Views
    11,692

    Can you help with the syntax for using the PDF. I...

    Can you help with the syntax for using the PDF. I had come to the conclusion that was the way to go, just having a hard time figuring out the correct syntax.


    Thanks for your help.
  10. Replies
    9
    Views
    11,692

    Using Snapshot format in Access 2010

    Is there a way in Access 2010 to use the Snapshot format in the following statement?

    DoCmd.SendObject acSendReport, stDocName, "Snapshot Format", ...

    I have found that in Access 2003 and Access...
  11. Thread: .net

    by Aheron
    Replies
    3
    Views
    1,390

    Exactly what I was looking for. THANK YOU

    Exactly what I was looking for. THANK YOU
  12. Thread: .net

    by Aheron
    Replies
    3
    Views
    1,390

    .net

    Is there a free version or maybe a student version of the .NET suite that I coould use to lean with. I have done some VB and VBA prgramming, but would like to do some learning and testing in .NET.
    ...
  13. If you have both version installed on the...

    If you have both version installed on the machine, you should be able to point your 2003 database back to the correct library. If you open the code window, look in the Tools menu for References...
    ...
  14. Replies
    1
    Views
    910

    Reading File Names Into a Table

    Is there a way to read files names from a given directory and all it's sub directories into a table using VBA code.

    I have some code that reads a single directory and dumps the files to a table,...
  15. Thread: Parse Field SQL

    by Aheron
    Replies
    2
    Views
    797

    Try something like mid([Description], instr(1,...

    Try something like mid([Description], instr(1, [Description], "(" ) +1, 10) This assumes the Invoice number is always ten characters.
  16. Replies
    15
    Views
    1,574

    Can you post the results of the Debug.Print...

    Can you post the results of the Debug.Print statement?
  17. Replies
    15
    Views
    1,574

    What you are looking for the Debug.Print...

    What you are looking for the Debug.Print statement to do is show you the full SQL statement before Access trys to produce the recordset. This will allow you to double check field and table names....
  18. Replies
    2
    Views
    1,391

    The compact and repair does run correctly in...

    The compact and repair does run correctly in 2003. The db ends up about 175 meg. I did run the compact on the db in 2010 and it took the database from 325 meg down to about 225 meg, so it seem to be...
  19. Replies
    2
    Views
    1,391

    Compact and Repair

    I am getting an error when trying to compact and Repair a 200 meg database using Access 2010.

    The database was created and works fine in 2003. It seems to run fine in 2010, but it will not...
  20. Thread: PST Files

    by Aheron
    Replies
    3
    Views
    470

    PST Files

    I am trying to find out if there is a program other than MS Outlook that can be used to open and view the contents of a PST file created with MS Outlook.


    Thanks for any help with this search.
  21. Thread: PST Files

    by Aheron
    Replies
    5
    Views
    1,002

    Is there a program other than MS Outlook that can...

    Is there a program other than MS Outlook that can open and read the contents of an Outlook PST file?


    Thanks
  22. Thread: Smart Tags

    by Aheron
    Replies
    4
    Views
    542

    I have discovered that if I "Activitate" the...

    I have discovered that if I "Activitate" the cell, then press Enter or Tab, that converts the data in the cell tp a number.


    Thanks
  23. Thread: Smart Tags

    by Aheron
    Replies
    4
    Views
    542

    Is there a way to programmatically control the...

    Is there a way to programmatically control the options in the Smart Tags.

    Example: Converting a text value to a number. I can click the smart tage and select the option to convert the text value...
  24. Replies
    22
    Views
    7,671

    Copying the MSG file seems to be working. My...

    Copying the MSG file seems to be working. My issues with the Enterprise Vault is the size limits imposed by our administrators.


    Thanks to all for your help.
  25. Replies
    22
    Views
    7,671

    PST files are being replaced withsomething called...

    PST files are being replaced withsomething called eVaults. Managed folders that are part of the the Mailbox.
Results 1 to 25 of 378
Page 1 of 16 1 2 3 4