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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Ronze55

  1. Ronze55

    s348.4 and s348.5 files, what are they?

    Hi All, I am writing because I recently found two files which puzzle me. they are s348.4 (file type 4) and s348.5 (file type 5). they are both located on my c drive and are both huge 4 gigs. a good friend informed me that this is the largest size microsoft will allow to be written. My...
  2. Ronze55

    save puts, how can i stop this?

    I also can not use F12 to view my work in a different screen. thanks again ronze
  3. Ronze55

    save puts, how can i stop this?

    Hi all, I have been working all night being able to not put when I save. I must have changed some property along the way and now even though i have disconnected my website I put. can someone let me know what I can do to stop this from happening? thanks in advanced Ronze
  4. Ronze55

    pie chart missing column on subreport

    Hi all I am having trouble with the chart function on a subreport. I inserted a chart object to a tabular report. the aim is to have a different pie chart displayed for each group. I have four columns in my table stage1, stage2, stage3, stage4 my select statement is select stagetime...
  5. Ronze55

    cross tab with missing values

    I can make one it would look like this Key Category 1 elephants 2 tigers 3 bears thanks Christina
  6. Ronze55

    Delete Max value

    I would do a count on an entire record then insert the entire record into a new table without the count field. This would then be your new table. You could then delete, preferably rename, your table with dups. and rename your new table to that. overhead but it is safer. since we are in the...
  7. Ronze55

    cross tab with missing values

    Hi All, I am trying to make my query result look like this: category first second final Elephant 5 2 7 tigers bears 3 3 as you can see i have a row "tigers" without any values. my raw information would look like this...
  8. Ronze55

    access report booklet

    Hi All, I would like to publish a collection of access reports as a booklet. is this possible? Can I publish my reports to word? thanks in advanced Christina
  9. Ronze55

    edit mark up in word, can't get rid of

    THANKS again, as usual as soon as I place a question I found it. there is a button on one of the tool bars that looks like a paragraph symbol. I pressed this and it went away thanks! ronze
  10. Ronze55

    edit mark up in word, can't get rid of

    Hi all, I'm having some trouble with word and thought this forum was a good place to start. For some reason i am seeing edit marks (paragraph, section breaks, paragraph markers) on all of my views, aka Normal, Web, Print, Outline. Usually i only see these park ups on outline. I do remember...
  11. Ronze55

    referential integrity, control 1-M, 1-1

    possibly in the foriegn keys. I'll look into that and let you know thanks! ronze
  12. Ronze55

    referential integrity, control 1-M, 1-1

    is there anyway to limit the number of updates per relation then? ronze
  13. Ronze55

    Many to Many Problem

    LesPaul makes a great point. M-M relationships can not be implemented in a proper DB you will need to create a composite entity (table) containing candidate keys from each of the two original tables. ronze
  14. Ronze55

    referential integrity, control 1-M, 1-1

    how can I tell access they are truelly 1-1 and not 1-M? I should mention data has not been added yet thanks Ronze
  15. Ronze55

    referential integrity, control 1-M, 1-1

    Hi all, I would like to use the referential integrity functions of ms access however I am having some difficulties controlling the options. I have a few relationships between two tables which are 1-1 however when I pick cascade update, or cascade delete access makes them into 1-M how can I...

Part and Inventory Search

Back
Top