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 bkrike 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: lmontes
  • Content: Threads
  • Order by date
  1. lmontes

    SQL Server Stored Procedure times out

    I am running stored procedures in Access. I keep getting a Timeout error, I changed the timeout time to 700 seconds, but it still doesn't work. Is there a way to prevent this from timing out?
  2. lmontes

    Changing table field formats

    Hello I'm adding fields to a table and am having problems setting the format for two of them. 1) Date/Time the format should be Long Time 2) Boolean the format should be Yes/No I can set the field types, but not the formats? Is there a way to set these formats?
  3. lmontes

    Working with external reports

    Is there a way to modify a report stored in a separate Access db.
  4. lmontes

    Calling COM Objects or .NET objects

    Is there a way to call a .NET object from Access? What I need to do is put a link to an internet site. The website uses .NET encryption. I'm not really sure how that works, but I need to create encrypted links to the website. (I'm not a web developer) Is that possible?
  5. lmontes

    Linked table - strip off zeroes

    When I link a table, the leading zeroes are stripped off a field. How can I stop this from happening?
  6. lmontes

    Print Report footer at the bottom of the page

    Hello Is there a way to print the report footer at the bottom of the page?
  7. lmontes

    Building an MDE

    Is it possible to create an mde file using VBA?
  8. lmontes

    Closing Visual Basic Editor

    How can I close the VBE using VBA
  9. lmontes

    Report Width > 22 inches?

    Is it possible to increase the report size to greater than 22 inches?
  10. lmontes

    Assigning an event procedure to a control

    Hello I'm creating a new form using vba and need to assign an event procedure to each of the controls. Is it possible to assign an event procedure to a textbox using vba?
  11. lmontes

    Help with Subform queries

    I have a subform based on a query. One of the fields needs to be formatted. I need this field to be updatable, but when I format it the way I want it (=[field]/60000), I'm not able to update the field later. I tried adding a text box to allow for data entry and later copy that value to the...
  12. lmontes

    Resource weekly hours

    Does anyone know where Project stores the weekly Resource hours for each task? I'm trying to send this information to Access.
  13. lmontes

    Exporting MS Project to Access using VBA

    I'm trying to write a macro to save the MS Project to an access database. The users have the option to enter the file name and location. I have designed a map called Export Resources. This is what I have now: SaveFileName = InputBox$("Enter Path and file to save project to: ") FileSaveAs...

Part and Inventory Search

Back
Top