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 TouchToneTommy 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. paxelius

    Long delay from I push the power button to my computer turns on.

    My system is: CPU: AMD Athlon XP "Barton", 1833 MHz (11 x 167) 2500+ Motherboard: MID: 01/15/2003-FN41-6A61BH29C-00 MName: Shuttle FN41 v1/v2 Chipset: North Bridge: nVIDIA nForce2 IGP (Crush18) South Bridge: nVIDIA MCP2-T BIOS: Type: Phoenix-Award BIOS v6.00PG It's now 3 years old...
  2. paxelius

    Long delay from I push the power button to my computer turns on.

    I have this odd problem that when I push the power button, sometimes I have to wait for 10-15 seconds until the Computer starts up. It's fairly random how long it takes, sometimes it starts right away but usually I have to wait a few seconds until the power lights up and the machine starts to...
  3. paxelius

    My 120 gig has now become 30-gig only, help!

    Thanks all, a close scrutiny of your collective efforts to help me has yielded fantastic results, my 120-gig is now a full working 120 gig NTSF ! I forgot to tell you all about the jumper-settings on my hd, they were the culprit to my misfortune. I found the jumper schematic at Western...
  4. paxelius

    My 120 gig has now become 30-gig only, help!

    News update: Using the qtparted program in Knoppix I managed to partition the whole 120 gig hd with ntsf and reformat, seemingly without error. Upon rebooting in windows, I find the 120 gig device listed in 'my computer' but without any refrence to filesize. I click on it and I get a...
  5. paxelius

    My 120 gig has now become 30-gig only, help!

    Hi Lawnboy, I have not found fdisk in Knoppix yet, can you tell me where it is? I am new to Knoppix and only know the basics, I've used a program called: qtparted v0.4.4 which lists all my devices (hd's and cd-rom) and in here I can clearly see my 120 gig hd as a 120 gig hd, like this: Number...
  6. paxelius

    My 120 gig has now become 30-gig only, help!

    I used to have a 120 gig HD with FAT32 filesystem which worked great, no problem. When I got a new computer and connected the old hd (my 120 gig), my windows xp pro couldn't read it and told me it was corrupt and needed to reformat. I didn't panic- I booted up my Knoppix cd and using this...
  7. paxelius

    Use VBA to force Page break in Report

    Lets not get caught up in the infamouse 'force page break' terminology here. Imagine I don't need a page break, but to control at some point in VBA that the rest of my array listings should print on a new page, how can we do this ? -Aeron Pax
  8. paxelius

    Use VBA to force Page break in Report

    On my report, I've programmed lots of arrays to be displayed using VBA Print method. My problem is that the my printout of the arrays just disappears under the 'physical' page in the report on screen. When I flip to the next page, the exact same array listing is displayed as on the previous...
  9. paxelius

    Building a Report from Visual Basic

    Thank you mndrlion! I will try your method.. -Aeron Pax
  10. paxelius

    Building a Report from Visual Basic

    In my database I only have one table. My report needs to print some of the fields. I used to make a query that selected those fields and made that query the controlsource of my report, thus adding the fields to the report page, listing every occurence of the fields in my table --- even those...
  11. paxelius

    Trying to build a report without refering to tables

    Ok.. I'll search some more. But why wouldn't you send this to Excel ? If I only wanted to output my report to a printer I agree with you, but since I'm outputting a report based on selected sorting-criteria of the survey, I see the need to output to file (preferably .xls) and designate in which...
  12. paxelius

    Trying to build a report without refering to tables

    Duane: Your method of refering to labels from an open form and print them to a blank report works very well. I'm very pleased with this... but now that I have had some time to think things through, I see that the best result for my report would be to put the labels and values directly into the...
  13. paxelius

    Trying to build a report without refering to tables

    Thanks Duane ! -Aeron Pax
  14. paxelius

    Trying to build a report without refering to tables

    Now I'm ready to print all my variables to the report page, but there's just one more thing I need to know -. In my Report-form screen I have 50 labels, one for every field. How can I refer to these labels from the report ? My Report-form is called "Rapport" and my labels are named "Label1"...
  15. paxelius

    Trying to build a report without refering to tables

    Thank you! This looks like exactly what I need, I'll try it out right away ... :) -Aeron Pax
  16. paxelius

    Trying to build a report without refering to tables

    Thanks dhookom. But your reply sadly went way over my head. First of all I must say that my survey database is built up entirely different than your example, and it is impossible for me at this junction to relate anything specific from your example to my database. sorry. Let me rephrase my...
  17. paxelius

    Trying to build a report without refering to tables

    I have 1 table in which I have 50 fields, ie. num1, num2...num50 - Each of these have number as data type. Each of these fields can store a number from 0 to 3. (In my survey 0 = unanswered, 1 = must, 2 = may and 3=no). I have built using VB a criteria calculation which shows all fields...
  18. paxelius

    Need help with checkbox values in report

    Hello dhookom: I've been looking over your survey-code. It's very impressive work, I might be able to learn alot from it. But - I have build my database quite differently, and time does not allow me to deviate from the path I've already taken, I need to finish my base according to the data I...
  19. paxelius

    Need help with checkbox values in report

    You said: I have created thousands of tables over the last 20 years and very few have had more than 20 fields. That's encouraging to hear, I knew that what I was doing was 'bad', but it was the only way I managed to get it to work. But I'm capable of learning. More comments on your code...
  20. paxelius

    Need help with checkbox values in report

    Thanks for the link! It would be helpfull if you can explain what is meant by "committing spreadsheet" ? - Now I'm off to study your code...

Part and Inventory Search

Back
Top