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 alwayshouston

  1. alwayshouston

    Community Clinic Database help

    Thanks Ginger for your help! I deeply appreciate it.
  2. alwayshouston

    Community Clinic Database help

    Thanks Ginger! but how does the ClinicDate in ClinicDates is populated? With your solution it does not get populated automatically through the visit subform. Does the user have to populate the ClinicDates manually? I would want the ClinicDate to populate when the visit table has records for a...
  3. alwayshouston

    Community Clinic Database help

    You are right on your logic, but my scenario is a bit different with various assumptions. Your logic is more accurate and takes in consideration of fixed/variable expenses. Unfortunately, the requirements given by the clinic is different. They want to store daily expense/revenue information...
  4. alwayshouston

    Community Clinic Database help

    The accounting data is not specific to the visitor. Its relevant to the clinic for each visit day. The data that goes into ClinicAccounting is as follow: * Amount of money spent on stationery (expense) * Amount of money spent on rent for special meeting (expense) * Amount of money for catering...
  5. alwayshouston

    Community Clinic Database help

    Thanks Ginger! I have created the database in the same exact design as you had recommended in your post. I have one minor concern/issue. My concern is with the ClinicAccounting table. I want the clinicAccounting to store information based on the visit dates. For example, if the patient visited...
  6. alwayshouston

    Community Clinic Database help

    Hi All! I have been given an assignment by local church to create a small database application to to track and report daily clinic visit information. I have design the tables to capture visit information of patients. But I am having problems with the designing of the database to include clinic...
  7. alwayshouston

    Design Help!

    I apologize for not being clear and articulate in my prior postings. Let me try to explain the situation. Lets say I am getting sales data from different sources. Each source has the priority assign to it. If the data is missing, it should look at the second priority and find the missing...
  8. alwayshouston

    Design Help!

    This reason the Houston record is showing Comm:132 and Comm_Source:Perry is because it is the second priority. Morrison and comm:100 is the third priority of data. Below is the table of source priority. Source_ID Sales_ID Priority ADAM NEWYORK 3 CHRIS NEWYORK 1 DEBBIE...
  9. alwayshouston

    Design Help!

    That is right Marsss. There is no comm data for Chris and debbie does have the data (and also second in the priority). Thanks!
  10. alwayshouston

    Design Help!

    Thanks Marsss for your solution. But your solution does not incorporate the priority feature of data source for both sales and comm. Further, my output should not be dependent on the max value. It is dependend on the source priority as I defined it in the source table. Any thoughts/feedback? :o)
  11. alwayshouston

    Design Help!

    Leslie I tried the cross tab query and I could not get the results as I desired. Can you help me in this regard? Thanks!
  12. alwayshouston

    Need General Direction

    Hi All Can someone refer to me a article or any website that teaches Multiple Sub Forms in a main form. I have couple of books, but they only give example on simple Parent/Child form. Let me give you my scenario. I would like to create a form that will use a combo box to select the patients...
  13. alwayshouston

    Design Help!

    Thanks I will try using cross tab query and see whether I can solve the problem. Thanks!
  14. alwayshouston

    Design Help!

    Yes I can join the tables together on the Source_ID and sort by Priority, but this will give me muliple records for each sales ID. For example, It will give me three records in the query instead of one as mention below...
  15. alwayshouston

    Design Help!

    Hi All! I need help in design of a database table. I have a Sales with the sales information coming from different sources. I need to priortize the output in my query to what I define in the table. Let me explain this via table structure. Lets say I have a source Sales Table as below...

Part and Inventory Search

Back
Top