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 bkrike 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: 5166narda
  • Content: Threads
  • Order by date
  1. 5166narda

    read the registry from Cobol

    Is there a way to read a registry value from a cobol program. I can do it in a VBscript with the regRead function but can not figure out how to do it in the program. Any help?
  2. 5166narda

    device manager - no entries

    No entries show under device manager for windows 2000 - sp4? Any ideas?
  3. 5166narda

    update table with Query results

    I need to update a history table with the results of a query that is run from input on a form in access. the query is tying a bunch of data together and giving me all the information I want. The problem is I am not sure on how to code in VB to access the results of the query. I can run the...
  4. 5166narda

    update table from query

    I know this is easy but I can not think today - I have a report that is created from a query. I want to save the query data in a table to be accessed at a later time. How do I do this??? I can run the query but how do I assign the results to a table.....
  5. 5166narda

    Activate VB app when specific data changes in SQL database

    I need to figure out a way to get a VB app to run 24/7 and when specific data changes on the netwrok in SQL server, to pop up a screen, requesting additional information. Any information would be appreciated. I know how to write basic VB, just not how to keep an app running and how to trigger...
  6. 5166narda

    tab control - different tables

    I would like my main form to have tabs that take me to a different form to update different tables. I have one form to update the customer data and one form to update the exporter data. My main form does not really tie to these separate forms but I would like the tabs on top of the main form...
  7. 5166narda

    access forms - combo boxes

    I have a form that I want to use the selection from one combo box to be a criteria for what is shown in the next combo box. I am having a hard time getting the second combo box to work - any good advice out there.
  8. 5166narda

    VB6 standalone application

    I have a VB application that I wish to run on a server, thru a batch script. All the input for the application comes from a run option file. Is there a way to execute this VB application iin this mode?
  9. 5166narda

    application cannot run modules on boxes without VB

    I have developed an access 2000 application that does some simple modules in VB. It works great on my box but when we delivered to a machine in Italy - it is getting errors trying to access the modules. Is there a trick to delivering an access database that runs VB modules to non-VB boxes?
  10. 5166narda

    File List selection

    How do I show a file list on a form and then save the selected file to a field in my database?
  11. 5166narda

    Check box - Need to default to Null

    I have multiple check boxes on a form and I want them to defaul to null when I add a new record - the problem is that as soon as data is started to be entered, they all change to 'NO'? What am I doing wrong?
  12. 5166narda

    Numeric field display on a form

    I want to display a numeric field as blanks on a form but instead it shows as zero and when I click on the field, the zero stays as part of the entered number. How do I make a zero field show as null?

Part and Inventory Search

Back
Top