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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ktodaitty

  1. ktodaitty

    "Invalid Outside Procedure?"

    Thanks so much, Bill! I guess I will develop a better eye for detail with more experience.... Take Care, CAT
  2. ktodaitty

    "Invalid Outside Procedure?"

    Bill, I'd be glad to. How do I "zip it up?" Cat
  3. ktodaitty

    "Invalid Outside Procedure?"

    Bill, I can't find any of the instances you mention. Maybe something is wrong with my code: Private Sub cmdNonPaper_Click() On Error GoTo Err_cmdNonPaper_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "NonPaperLAO_CW_Main" DoCmd.OpenForm...
  4. ktodaitty

    "Invalid Outside Procedure?"

    Bill, Thanks for the timely reply. When I get the message and I hit the OK (of course I am required to) there is nothing highlighted in the code. I have gone back through it and can find nothing out of sync. What's more, I am getting the message for every procedure I have attempted to write...
  5. ktodaitty

    "Invalid Outside Procedure?"

    Hey guys. This keeps happening to me; I have been trying to design a contact management system for some time now and after writing some code keep getting a message box saying "The expression [variable] you entered as the event property setting produced the following error: Invalid outside...
  6. ktodaitty

    "Invalid Outside Procedure" - ????

    Hey guys. This keeps happening to me; I have been trying to design a contact management system for some time now and after writing some code keep getting a message box saying "The expression [variable] you entered as the event property setting produced the following error: Invalid outside...
  7. ktodaitty

    Check Box Event

    Thanks so much for your time. I am just now getting around to reading these but it looks like these replies will be most helpful! Take care.
  8. ktodaitty

    Check Box Event

    Help! Can anyone give me an example of code that will make other fields visible/not visible according to whether or not a check box is checked? I have tried everything!
  9. ktodaitty

    Check Box Event

    you da bomb, beegee. As I say, I'm just a beginner but this visual basic stuff is sort of fun. CAT
  10. ktodaitty

    Check Box Event

    thanks, beetee. What is wrong with my code here: Private Sub Check54_AfterUpdate() Dim intCheck54 As Integer intCheck54 = Check54 If intCheck54 = -1 Then Me.txtWeekly.Visible = True Else Me.txtWeekly.Visible = False End If cbxCheck54 = Check54 I...
  11. ktodaitty

    Check Box Event

    thanks , but I got that far. When I am trying to write code that will make certain fields visible only when the box is checked, I don't know the event to put in. This may be really simple, but I am just starting to use VBA.
  12. ktodaitty

    Check Box Event

    Hi! #1 How do I change a Check Box to Yes/No format? #2 What is the event that means the user has indicated "Yes" Thanks!
  13. ktodaitty

    Access for document management purposes

    If I wanted to use Microsoft Access strictly for document management, any websites or books you could suggest? I'm having trouble finding stuff.
  14. ktodaitty

    Novell ODBC

    What's a Novell ODBC? Does it exist? Apparently, this is the way to import GW data into a database....
  15. ktodaitty

    can you import data from email applications

    Thanks! These replies have given me avenues to research.

Part and Inventory Search

Back
Top