Recent content by Fran Lombard

  1. F

    Solved Access 2007 ADP - The Save operation failed

    @strive4peace Thank You so much for your insights. It turns out I did have 2 sets of duplicate names. In both cases I had a Public Sub and a Public Function in different modules with the same names. I changed the names and now all is well. Again - Thank you Fran
  2. F

    Solved Access 2007 ADP - The Save operation failed

    Thanks again for your comments. By their very nature all access adp projects have a mssql backend. Mine is running on mssql 14 express. To be clear - everything about the application is running fine. I can compile the vb project with no errors. The only issue is upon attempting to save the...
  3. F

    Solved Access 2007 ADP - The Save operation failed

    @strive4peace Thank you for your suggestions I have an icon set up for decompiling my database and have tried. I want to point out, this error message has just occurred on a brand new db which all objects have been imported from the source db. As such, this error is occurring on the very...
  4. F

    Solved Access 2007 ADP - The Save operation failed

    I have an Access 2007 ADP project that is giving me "The Save operation failed" error message upon attempting to save the DB after compiling. I have tried creating a new database and importing all objects but still getting the message. The database runs fine, I can make changes to the forms...
  5. F

    Solved Continuous Firing of Sub-Form OnCurrent Event

    Thanks The_Doc_Man - I followed you suggestion and did find a SAVE embedded in one of methods - commented it out and all is good. The Save really should not have been there so functionality is now as indetended.
  6. F

    Solved Continuous Firing of Sub-Form OnCurrent Event

    I am having a problem with on of my forms where the SubForms are continuing to fire off the OnCurrent Event long after the form has loaded. Main form has a Tab Control which contains a subform (datasheet) on each tab. Each subform has a Public Event defined (CurrentID) which is raised from the...
  7. F

    Access and Ms Word Integration

    Thanks for the all the input I will look over each option and see what i can do. Fran
  8. F

    Access and Ms Word Integration

    Hi Guys It's been awhile since I've posted here, but thank you for all the previous help. My system has come a long way. To the point. Now I would like to add some Access - Word integration to my system to generate contracts which will contain some info from the database. Customer Name and...
  9. F

    Decision Tree Data Model Needed

    I will put together an excel spreadsheet with the relevant data so you can take a look. Thanks
  10. F

    Decision Tree Data Model Needed

    Looking to find examples of a Data Structure to Support a decision tree. Cant seem to find any practical examples. Here is an explanation of the business need. I've been working on creating an Estimating or Quoting module within my access application i use to manage my Home Improvement...
  11. F

    Functional Question about Estimating and Quoting Software

    @The_Doc_Man Thanks again for your sage advice and king words of encouragement. Its been a tough twisting road to get to this point. I must say, this site and forum is an extremely valuable resource. Just having a group of like minded professionals to bounce ideas across and get feedback and...
  12. F

    Functional Question about Estimating and Quoting Software

    @The_Doc_Man Just wanted to give you an update on the direction I've decided to go with and ask for your feed back with regard to the approach. I think the data structure is similar to the one you outlined but a bit more complex and hopefully provides more capabilities. The will be 5 key...
  13. F

    User Interface for Custom Properties

    @MajP Thanks again fir for investing your time helping me out. I haven't had a chance to look at isladogs example, but based on your observations, I'll put that one on the back burner. By the way, do you have an example of the textbox overlay technique when the combo box is bound to an Id...
  14. F

    User Interface for Custom Properties

    @MajP Thanks again for locating thie example from @isladogs . I will check it out. I did get to implement your textbox overlay example and it works real nice if I only needed combos, but with the additional requirement to have other rows on the same grouping have formatted textboxes and/or...
Top Bottom