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

    screen resolution does not change.

    okay so after formatting my machine (reinstalling windows) i noticed that i am not able to change the resolution any higher than 640 by 480 pixels, or change the colour quality from 16 bit. i tried downloading the drivers for the monitor brand from dell but no luck. i was wondering if there is...
  2. chaosguy

    Formatting a set of computers.

    Okay, so I have over 30 computers on a network and they're all infected with a serious virus. tried anti virus softwar ebut non of them seem to be able to get ride of the virus so i give up. time to format the machines and get it oer with. the thing is, they're all the same brand dell 2200. is...
  3. chaosguy

    opening word and pdf files

    hey i want a button to open a microsoft word document names "User Maunel". I also need one to open a pdf file also called user manuel. How do I do this, all i can do is open a blank media document which I do not want :(. Can anyone help? Chaosguy - To die would be an awefully big adventure.
  4. chaosguy

    trouble with files

    i need to open a file but everytime i try opening it, i get a error, wel not really an error but it does't open. I have the name of the fles saved in the same location as the program itself, so all i do to try and open it is open(waitinglist, "r"), but it says that file could not be found. the...
  5. chaosguy

    sum between dates

    Hey I'v been trying to figure this out for week and no luck. Anyways I got this query that pulls values from a table. I then inserted a filter that would filter the query between two dates. I want the query to just give me one line showing the total value of a order, the total value for balance...
  6. chaosguy

    i don't get it

    hey if i ahve a criteria in a query that draws a value from a form, if the value in the form is null shouldn't all the record show up in the query? I made a query that has like 3 criteria. my form when i click a button would set the values in two combo box as null and a value in the other, it...
  7. chaosguy

    auto date

    is there anyways i can get my default value for date to the current day? quick reply would be much appreciated. Chaosguy - To die would be an awefully big adventure.
  8. chaosguy

    invisable form

    hey I wanna like make a form invisable so that i can pull a value from one of it's field for a report using a textbox in the report. The form would be like open, or u can call values from the form, but I don't want the user to see the form. so is there anyway I can make a form open everytime a...
  9. chaosguy

    search form

    Hey guy, I wanna design a search form where the user would select a field they wanna seach from "txtField" and then enter the information they wanna search for "Txtdata". They would then hit the generate button, so that the program would search through the query for that information, when it...
  10. chaosguy

    count, and sum.

    I have a query that filters records between two dates that a user enters. So now I wanna make a repot. A basic repot that just says how many orders are between those dates. A count of the records in other words. I also want the report to add up all the order totals and display that as well. Does...
  11. chaosguy

    why did it stop working?

    I have no idea what happened, but my change password form just stopped working. The code below is used on the cmdChange_password button. It get an error in the second line everything I try to change the password saying "Compiler error, user-defined type not defined." It worked when I just...
  12. chaosguy

    Changing a value

    I have this form with a 3 text box. txtTotal, txtDeposit and txtWithdraw. I also have a table call "Credit Card" that has one field "Card amount" with a value in it. What I need my form to do is in the txtTotal, display the value in the table. The user will be able to type in either an amount...
  13. chaosguy

    my report form.

    I have a report form that basically allows me to generate some reports. How to exlain this. Okay, well i got to text box were the customer types in a start date and an end date. After clicking on a buttom called generate, a repot should generate with orders between those two dates. A query is...
  14. chaosguy

    getting a val from field

    Ok this is the delemma i'm having. I have this form that stores customer details and a cmd button that opens a new form to add the order details for the customer. There is a customer table and a order table, and a customer_order table with the customer ID and Order Id. I want the order form to...
  15. chaosguy

    changing the password

    Hey guy, I was sorta wonderign if anyone can help me with something. I have a form that prompts the user for a password then if they get it correct opens up a form. However, i need to make another form that allows the user to change the password. the code i used was Private Sub...

Part and Inventory Search

Back
Top