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 gkittelson 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: GClinic
  • Order by date
  1. GClinic

    FINDING TEXT IN FORM MODULES WITH CODE

    Thanks again, Remou. I only had to change Forms(XYZ).CodeModule to Forms(XYZ).Module, and it worked like magic.
  2. GClinic

    FINDING TEXT IN FORM MODULES WITH CODE

    Thanks, Remou. However, I am not as deep in programming as you may have expected. Can you come down a bit to a lower level?
  3. GClinic

    FINDING TEXT IN FORM MODULES WITH CODE

    Hi All, I need to know how I can find text in a form's module with code written in another form's module. I don't need to replace the text, but I may need the count. Thanks in advance.
  4. GClinic

    RETRIEVING TEXTBOX VALUES

    Thanks Guys, I got a tip to change the line: "For Each Tx In Screen.ActiveForm" to "For Each Tx In Screen.ActiveForm.Controls". This has solved the problem so far. I appreciate your efforts.
  5. GClinic

    RETRIEVING TEXTBOX VALUES

    Thanks, TheAceMan1. I must confess I did not quite understand the code you sent in but I tried it all the same. I got an error message.
  6. GClinic

    RETRIEVING TEXTBOX VALUES

    Actually, I had not got round to that part as I was still testing the code.
  7. GClinic

    RETRIEVING TEXTBOX VALUES

    Thangs again, but it did not work.
  8. GClinic

    RETRIEVING TEXTBOX VALUES

    Thanks. I just tried your suggestion but it did not seem to work; the list is still empty.
  9. GClinic

    RETRIEVING TEXTBOX VALUES

    Hi, I have a myriad of textboxes on my form, and from time to time, I need to retrieve some of their values in comma-separated format. The textboxes are named in the format of a letter and two digits, for easy identification, like A22 or B54 etc. Before a textbox is updated, I want a display of...
  10. GClinic

    LOOKING FOR ALTERNATIVES TO ACCOUNTING PACKAGES

    Thanks again, Joe. If an accounting package will truly allow integration of a custom program with their own, then that would be just fine. The impression I had was different. I appreciate your help.
  11. GClinic

    LOOKING FOR ALTERNATIVES TO ACCOUNTING PACKAGES

    Here is what the chart of accounts look like: AccountID AccountSubHead Account 1 CASH CASH ON HAND 2 CASH CASH AT BANK 3 CASH CASH IN TRANSIT 4 CASH SPECIAL FUNDS 5 STOCKS STOCKS OF ECK MATERIALS 6 STOCKS STOCKS OF CONSUMABLES 7 STOCKS OTHER STOCKS 8 DEBTORS PREPAYMENTS/DEPOSITS 9 DEBTORS STAFF...
  12. GClinic

    LOOKING FOR ALTERNATIVES TO ACCOUNTING PACKAGES

    Thanks, Joe. The chart of account is just one table alwright. But the reports that are needed for a trial balance cannot be reproduced by just grouping records according to the chart only. For example, there will be no record in the database that deals with depreciation of assets, or funds...
  13. GClinic

    LOOKING FOR ALTERNATIVES TO ACCOUNTING PACKAGES

    Hi All, We are designing a program to capture all the activities of our church, and so far, other members of the church think we have been doing a good job. Our Accounting Manual has been incorporated as fairly as we could translate it. Reports are generated quite nicely. The problem we have is...

Part and Inventory Search

Back
Top