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. edioguardi

    Un-usable database program...WHY?

    I built a small payroll/time program in Access 2000, for a friend. We loaded it onto his laptop and the Database will open, but as soon a the first charachter is typed on any form, or a menu item is selected from the Access toolbars the Access crashes - leaving the idb lock-file. Anyone have...
  2. edioguardi

    Outlook form creation and linking help needed

    Try an Access forum, or a forum for which ever database you're thinking of using to find out how to link the outlook form- unfortunately I still can't help you with the otherstuff.
  3. edioguardi

    Development Time

    I will admit that I would hae been more impressed with a more windows oriented program. Shortly after I began working with him he explained simply that the program he was building this in couldn't create the appearance I was looking for. It was hard- but I accepted that!:) The attendance...
  4. edioguardi

    Development Time

    His response- he can't upgrade, or can't yet - I'm not sure why, but it's been brought up. As far as my company's lack of involvement, my old managers hired the man, one of which I had to show how to forward E-mail (from Outlook) 3 times in a single day. Trying to explain this to them was more...
  5. edioguardi

    Development Time

    If only I had access (and was being to paid :) ) to work in the FoxPro environment for this program! I'm new to the Company so they don't like it when I make software requests just yet- (I'm in HR) I have never taken any programing courses, but I've been working quite a bit in Access. I don't...
  6. edioguardi

    Development Time

    Hi all, I've been working with a programmer that my company hired to build an attendance program in FoxPro 2.6 before I started working there. I personally am most familiar with MS Access and I know FoxPro is quite different. Thing is I've been working with this guy since September and he...
  7. edioguardi

    Date grouping question!!

    Well, I kinda followed your advice. I changed the periods number to a Period start date. I based all the time used/available calculations for all records whose period Start date = MaxofFMLA Period Start. Works great, but I don't know how to write the code for checking the period start date...
  8. edioguardi

    Date grouping question!!

    I'm working on a database to start tracking my Company's employees Sick Leaves & FMLA's. I have a "Leaves" table with Employee Numbers, Start Date End Date, Type & FMLA Period. No primary key, and have not entered the FMLA Period for each entry- only the very first for each employee...
  9. edioguardi

    How to import data from Foxpro 2.6a

    I have linked Access & FoxPro 2.6 tables in my database at work- let me know if you still have questions
  10. edioguardi

    Calendar Form

    That sounds like an idea-I'll try it. By the way the tip about using """ instead of "'", it's not producing an error, but it's not pulling the LetterID or Notes into the form. Any other ideas? Thanks, Elizabeth
  11. edioguardi

    Calendar Form

    Thanks Rick you're a doll! I had assumed I wouldn't have much luck with the second one. Thanks again Elizabeth
  12. edioguardi

    Default Date value in a form

    Thanks for clearing that up Rick. I had assumed that Access was reading it as an expression (although I still don't understand the results it gave me). When I had added the # signs in previous attempts, I simply saved and switched to form view to view the results. Turns out all I had to do was...
  13. edioguardi

    Default Date value in a form

    I have a main form which allows the user to enter and change parameters in queries which will populate tables in the database. For the majority of it's uses we use the same date range. When I try to set the default values dor the text box to these dates it returns a completely different date...
  14. edioguardi

    Calendar Form

    Hi again Rick or whoever else may be able to help. The calendar Rick helped me create works great except for 2 things. 1. One of the employees has an apostrophy in their last name, this is causing an error in the code when selecting his name. How can I fix this. 2. When I try to print the...
  15. edioguardi

    How to add an Adobe Photoshop Image (PDF) to a Form

    Are you still trying to Drag & Drop? We experimented a bit with some FLASH images and those worked- can you give me a better idea of what you're working with. But drag & Drop always gave an icon. How exactly are you trying to do this? What's the filepath for the image, Have you tried to...
  16. edioguardi

    How to add an Adobe Photoshop Image (PDF) to a Form

    In the design view of your form click the propertie button on your toolbar, select the All tab, find picture and picture type. With picture type you can select embedded or linked. If you embbed it you will be storing the picture in the form (increasing the size of your database and form) if...
  17. edioguardi

    Calendar Form

    Everything is PERFECT! Thank you so much- As soon as I reinserted the Notes box code, I got errors on the "Loop adjustment" I had to do earlier, so I fixed that and the including the date to the Notes section worked perfectly. Thank you again. Oh yeah, the wierd thing about that...
  18. edioguardi

    Calendar Form

    I've got one last question- I'd like to add the corresponding DATE for every note in the Notes box. I played a little and have figured out how to get todays date to show, but not the corresponding date.
  19. edioguardi

    Calendar Form

    OK- I rearranged some of the code like so: ' Shut down the recordset rst.Close Set rst = Nothing Set db = Nothing ' Place results in form TxtGrid = strGrid txtNotes = strNotes End If Loop ' until EOF (end of rows) End Sub That has stoped the debug/compile...
  20. edioguardi

    Calendar Form

    I was getting errors regarding the Notes text box- so I removed all code regarding that and got the calendar set up- That parts working perfect- Thank you. I tried to reinsert the txtNotes code and am now getting an error that there is no "Do" statement for the Loop near the end of the...

Part and Inventory Search

Back
Top