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 JoeCool71

  1. JoeCool71

    Master Files and Business Views

    I'm working on a project where I have limited access to the warehouse and limited access to the WebFocus application. The warehouse we are working with is normalized in nature. Although I have input into the design. At the end I will only be able to interact with Master Files and Business...
  2. JoeCool71

    Subform as Datasheet

    So simple, but so effective. Thank you!
  3. JoeCool71

    Subform as Datasheet

    I currently have a subform displayed in a datasheet view. The only issue I'm having is I can't use the docmd.gotorecord or any of the list box controls to gain access to a field or a given record. There is a field I have on the subform wich is a combo box that is pointing to a field on the...
  4. JoeCool71

    referring to a embedded control on a form

    Are you doing this within the same form or from another location? Within the same form you should be able to refer to the field as Me.txtAccelID. Please let me know if this does not work. Jim
  5. JoeCool71

    Funky Math

    I'm not sure if this will help or not, but in working with Access over the past 5 years I have noticed some things that can not be explained. Your code above is one of them. You are creating a field in your SQL called Payments and then you are trying to pass this argument in the next field...
  6. JoeCool71

    Getting rid of MSGBOX in the SELECT INTO statement

    Prior to running your select into statements...I assume that you are running this in VBA then use the following prior to running. Docmd.Setwarnings False Your Statements Docmd.Setwarnings True
  7. JoeCool71

    Adding multiple formatted tables to one text file

    I don't know why this is vexing me, but I have run accross a request that requires me to add a Header and Trailer to my data. Everything that I'm accustomed to would errase and existing file if I were to export data to the same location. My client would like the header to be one line of data...
  8. JoeCool71

    Packaging Wizard Issue

    Well it finally works. Thank you for all of your help. Two minds are better then one.
  9. JoeCool71

    Format Time Field

    How is your field set up on your SQL table? I would start there. When you receive a 1/1/1900 date field, your table is set up using a normal date format and is converting a none date into a date it can use (1/1/1900).
  10. JoeCool71

    Packaging Wizard Issue

    I installed VB sp5 and repackaged and reinstalled the application and I still ran into the same issue. I'm using an Access database as the back end and am using jet 3.5. Should I change the ADO to jet 4.0?
  11. JoeCool71

    Packaging Wizard Issue

    I ran it both ways and the application works correctly after loading VB6. I'm at a loss... I've done a ton of research on the net, but I don't know what to do next.
  12. JoeCool71

    Packaging Wizard Issue

    I'm not certain I understand? From my understanding the IDE is the development interface (visual tools).
  13. JoeCool71

    Packaging Wizard Issue

    During testing my desktop application is working fine. I packaged the application and ran the exe file and the application still works fine. I also tested on various computers within my department and the application tested successfuly. When I install the application in another area of my...

Part and Inventory Search

Back
Top