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 Rhinorhino 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: data59
  • Content: Threads
  • Order by date
  1. data59

    Read content of network printer folder

    I have been looking for an answer to this question for a few weeks. It seems like it should be easy but so far no luck. I would like to be able to read the content of a network folder containing available printers in to a combo or list box. The way our structure is set up we have hundreds of...
  2. data59

    Combobox selection to move to database Record/fields

    I have a ComboBox, (unbound) that has several items listed, My form is linked to a Access Database. If the combobox matches an entry in a field(ID) in my combobox, I want to be able to move to that record in my database and display the other fields information in textboxes. Easy to do in Access...
  3. data59

    DataCombo Box VB6 Method or data member not found

    I have a DataCombo Box on a VB6 form that I’m trying to populate from a procedure that returns a string. It works fine in Access but I get a error “Method or data member not found” in VB6. Me.combo0.RowSource = GetData
  4. data59

    Change in DAO Error problem, strange behavior

    I'm getting an error due to referential integrity, the error is "you can not change record because a related record is required in table.” If I click back a record and then click forward to the current record and click enter the record takes with out producing an error. I'm confused Here...
  5. data59

    Error with DAO.Recordset Method or database not found

    I'm having problems with this code and I'm getting the massage "Method or Database not found” I’m a newbie to VBA so any help would be great. Thanks Option Compare Database Option Explicit Private Sub Calc_Click() Dim dbs As DAO.Databases Dim rst As DAO.Recordset Dim wtb As Integer Dim r As...
  6. data59

    Setting up table and form for scheduling Hours

    Sorry if this seems like a duplacate post but I changed directions in my project and did not want to confuse the issues. so hears my my delema. Suppose I have a table that has the following fields [Job#]---[Mach Operation Type]--[Startdate(Monday of week)--[ Job duration-(Weeks)] I would...
  7. data59

    How to change field name in code

    I have a form with text boxes that represent the 52 weeks of the year. I would like to put hourly data representing a workweek of 40 hr in the appropriate box based on a start date determined by the user. My question is it possible to change the field name based on the date selected. In my...
  8. data59

    Scheduling brainteaser I'm lost

    Hello All, I’m trying to construct a project with my limited ability, that will be used as a scheduling tool for machined parts manufacturing. The program needs to consider different phases of the build and be able to insert hours keyed off one phase ending then the next phase starting. I.e...

Part and Inventory Search

Back
Top