Search results

  1. N

    quickie about cross tabs

    Thanks pat that is brilliant!!
  2. N

    Table Structure, Any obvious issues?

    Ah, i spotted an error, and changed a field type. But this is it now, i hope. Suggestions/Views welcome... Thanks Nitesh
  3. N

    Table Structure, Any obvious issues?

    Please let it be right, PLEASE!!!! Here it is If this aint right I have no idea what to do... Data redundancy - i cant see any. All other things please query me on. but make sure you ask in laymans terms. I think alot of the trouble i've had has been communicating my problem across to you...
  4. N

    Table Structure, Any obvious issues?

    Your right Pat GP is General Practitioner. Ive been on another forum (still trying there too) where the author of that book is an active, and he couldnt help me (yet). Ive read through tonnes of material on Normalization, different theories, but im still lost. If you look at "Copy of Working...
  5. N

    Table Structure, Any obvious issues?

    Hey Pat When you say Dates should be with treatment record, which table? tblTreatmentTypes, tblTreatmentGroups or tblPatients (Where i think it should go). And also isnt the GP data in a table of its own already? Sorry i'm still getting to grasps with this normalization game Thanks Nitesh
  6. N

    Table Structure, Any obvious issues?

    Ive taken your advice (seperated tblPatients). You mention trawling through data to find a particular GP. I know that it makes sense but we will never (well we never have *Yet*) query on the GPName field. So the oddspelling would'nt make a difference. But i've given it is own table (Dont think...
  7. N

    Table Structure, Any obvious issues?

    Thanks guys. This is what i want to end up with (attached). I built this to learn how to link combos etc. But obviously maintaining that monster would be a nightmare. The main table in the attached tblPatients is what i am splitting up. The report "all" is what i need to end up with (type in...
  8. N

    Table Structure, Any obvious issues?

    Hey Col Thanks for the reply Point 1 This one seems to be confusing me. The financial month doesn't really relate to the patient in any way. The financial month table will hold just 12 values. 1-12 for each fiscal month. With 1= april etc. Point 2 The Main table is tblPatients. the other...
  9. N

    Table Structure, Any obvious issues?

    Hey i have finally got around to create my actual db, putting into practice what i have learned in these forums over the last couple of weeks. This is a bit of background on why the db is needed... What im trying to do is convert our excel spreadsheets to a db. This has the benifits of giving...
  10. N

    quickie about cross tabs

    Ok latest Question. Now that i have got Xtab parameters working, i was wondering if there is a parameter query that works in reverse. Where the value you enter in the paramater pop up means that paticular value dosnt show? EG Table Field 1 bob mark sam phil Query Field Field 1 Table Table...
  11. N

    quickie about cross tabs

    Thanks again Pat. The row sum will be helpful, and I completely forgot about it ;) . And the Nz should help me adding the coloumns. The next thing i would like to ask is how to add a simple parameter query on the PCTCode Field in the query "qyCombineCrossTabs". I tried the usual "[]" but...
  12. N

    quickie about cross tabs

    Hey one other thing, Ive put this query into a report... The only other thing i need now to finish this paticular report in the DB is to be able to sum the rows across and the columns down. But when i do this simple "Sum" i get blank boxes when i preview the report. Not even the usual "error"...
  13. N

    quickie about cross tabs

    Thanks Pat. http://www.utteraccess.com/forums/showflat.php?Cat=&Number=670425&page=&view=&sb=5&o=&fpart=all&vc=1 Looks like the right thing to do. Attached is how "I" pulled it it off... Maybe it can help Someone else. Nitesh
  14. N

    quickie about cross tabs

    Is it only possible to have one value "crosstab"? So the following crosstab query design is impossible? Field..........Field A..........Field B............Field C.............Field D........Field E Table all fro the same table Total.......Group By........Group By.........Group...
  15. N

    lookup using combo and text box

    Thanks for that guys. Sorry if i wasn't clear but i managed to solve the problem. PS i know about the one to many relationship. It was just that i was trying to put my query accross in an understandable manner. Thanks again Nitesh
  16. N

    lookup using combo and text box

    I did that but tried again anyway and i somehow stumbled accross the problem i was having. I didnt know you could set multiple coloumn widths, in comboboxes. Thanks.
  17. N

    lookup using combo and text box

    Hey guys This is the problem, I have 2 fields in a table. Cityand Country. City Country paris.......France madrid....Spain london....England milan.....Italy Rome.....Italy ETC Field "City" is connected to a combo box and field "country" to a textbox on the form. I would like the user to...
  18. N

    justify texbox in report

    Just use the justify buttons like in Word??
  19. N

    Display results horizontally?

    I'll have a look, thanks. Another forum recommended cross tab queries.
  20. N

    Display results horizontally?

    Sorry im being a fool!! I'm going to have alot more ROWS than that but 12-24 fields. Not quite sure how many rows in total but 100+.
Back
Top Bottom