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 strongm 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: *

  1. barcode711

    Remove divider line?

    sorry for the delay, I am talking about horizontal lines between the controls. I looked in design view and cannot find a horizontal line anywhere. If I can get a copy of it I will send.
  2. barcode711

    Remove divider line?

    I have a report that is printing out divider lines between my report fields. This is a database someone else created, and I've tried everything I can to try and get rid of or at least extend the line, no luck, the line cannot be found in design view, suggestions?
  3. barcode711

    ComboBox info linked to other comboBox

    I was looking for information on how to do this exact same thing. I have a table called tblMain, and with 2 fields, Building and Office. I have a form called frmData, that is referencing the 2 fields Building and Office. When Building is selected in the first combo box, only the offices...
  4. barcode711

    Filter report by selection

    I want to create a form that has a combo box or listbox that allows for the user to select what data and from which month to print a report. The user is going to select the data to view(they will choose from 15 different liquid levels), and then choose the Month. (I may want to add year as well...
  5. barcode711

    Need help creating executable

    Not a silly question, I have a copy of a working edition, and you are right you couldn't make an exe in it. Then I also installed a full version so that must have messed up something, so I just uninstalled everything and reinstalled the full version, and it works now..thanks.
  6. barcode711

    Need help creating executable

    Matt, Tried that too, didn't work. I'm going to reinstall and see if that works.
  7. barcode711

    Need help creating executable

    I tried renaming my project and still nothing, I can see the make.exe option, but still cannot use it. I don't know whats wrong. I guess I can try reinstalling VB6, unless there is another way I can create an exe.
  8. barcode711

    Need help creating executable

    zemp, I've tried doing that..but when I go to the file menu, the &quot;make<projectname>.exe&quot; option is grayed out, I cannot access it. I am doing this while having my project open.
  9. barcode711

    Need help creating executable

    I have read that in VB 6.0 there is a wizard that helps you create exe's. I seem to be having problems using mine. What I did was alter a previous VB script(written in VB 6.0) that copied a file from one folder(local folder)and saved it to another(network folder. All I did was change the files...
  10. barcode711

    Disappearing network drives

    I found this bit of info here on the boards. My problem could have to do with the network card hibernating to save power, to change this go to the ntwk card's properties, power management, and de-select the option &quot;allow this computer to turn off this device to save power&quot;. I'll let...
  11. barcode711

    Disappearing network drives

    We have a similar problem. Have a mixed network that contains Win95,98,2000,XP connected to a Windows 2000 server. We recently installed several new XP wksts,SP1. We are on a domain,and do run login scripts for mapping network drives. I will log in,my script will execute, and my drives will...
  12. barcode711

    How do add records from one table to another

    Ok, this is supposed to be a db that records traffic stop info such as how many females,males, age ranges, etc. were stopped each month. I have a table called &quot;Daily Traffic Stops&quot; where each record contains all traffic violations for that day. Example: Record 1 = January 1, Record...
  13. barcode711

    How do add records from one table to another

    I'm working on this db for school..i need help! I have one table called &quot;Daily Traffic Stops&quot; and another one called &quot;Monthly Traffic Stops&quot;. All I need is to figure out how to add each record from &quot;Daily Traffic Stops&quot; to the table &quot;Monthly Traffic...

Part and Inventory Search

Back
Top