Search results

  1. M

    Matching title and gender

    Is this the preferred way to do it ?? Al
  2. M

    Matching title and gender

    I dont understand why its a normalisation issue. I'd be interested to see the proper way to do it...
  3. M

    Matching title and gender

    Here ya go I hope it does the trick Al
  4. M

    Question Advice with New Database Project Please

    Hi I could help you out with this. Im trying to set up a small sideline business to create Access databases. Ive got a couple of databases out there with customers that are working quite nicely. I would be looking to charge a SMALL fee but for something like this shouldnt take more than a...
  5. M

    Protecting Deployed Application from Copying

    Hi david Initially I would install this on a single server for them so i wouldnt be expecting them to do anything themselves. Eventually Id like to create a Web Based version of the application so it can be used by many users across the country. Does this help ? Thanks Al
  6. M

    Protecting Deployed Application from Copying

    Hi I need to deploy my Access Application but I want to protect it from being copied and being used by unauthorised users. I know how many users are intended to use it and I suppose I could capture their login username, but are there any other ways of protecting it ? Thanks in advance Al
  7. M

    Query to return latest records

    Thats great - I will use that :o)
  8. M

    Difficult Query Problem

    Well, that will be down to te users t make sure they only select one I would hope they wouldnt. I tried to think of a way of doing this, maybe by using a FindDuplicates query which would perform an UNDO if a second checkbox was selected. I'll work on that... If only one Blood Pressure or Pulse...
  9. M

    Difficult Query Problem

    The date is stored in the Appointment Table Where I have MANY Blood Pressure and Pulse Rate results, the user would select which Blood Pressure result is the optimum result and which Pulse Rate result is the optimum result. Where I have ONLY ONE Blood Pressure result or Pulse Rate result...
  10. M

    Query to return latest records

    NHS_No is unique to each patient an yes, the NHS Number is with them for life...
  11. M

    Query to return latest records

    there ya go...
  12. M

    Query to return latest records

    Im using 2007 I need to get the data into one query so I can refer to it in a mail merge document. Are you suggesting I insert a query into another query ?
  13. M

    Query to return latest records

    I think the problem is, when I go into my design view, it has a LONG SQL Statement and Im having problems understanding where to put the functions Here is my SQL Statement... SELECT tbl_Appointment.Appointment_ID, FIRST(tbl_Appointment.Appt_Date) as latestdate, tbl_Appointment.NHS_No...
  14. M

    Query to return latest records

    Thanks for that but Im a bit of a beginner to queries. Where would I enter this ?
  15. M

    Query to return latest records

    I have a query which lists many date related events for 3 or 4 people. Like this... Date Person 22/5/09 Mr Smith 17/5/09 Mr Smith 12/5/09 Mr Smith 21/5/09 Mrs Jones 16/5/09 Mrs Jones 11/5/09 Mrs Jones I only want the query to return...
  16. M

    Difficult Query Problem

    OK, this might be tricky to explain but I'll try. I have a Form which has a Sub Form and that Sub Form has 2 Sub Forms. frm_Patient ---frm_Appointment ------frm_Blood_Pressure ------frm_Pulse_Rate A patient can have many appointments. An appointment does not have to have a Blood Pressure...
  17. M

    If Statement in Query Expression

    Hi I need to construct this type of IF Statement in a query, but Im not sure how to... If [THIS_FIELD] = "This_Value" Then "Return_This" Ive tried a few syntax combinations but nothing seems to work. Can anyone help ? Thanks Allan
  18. M

    Passing a Query Expression to a Text Box

    How do I pass an Expression in a query to a text box on a form ? Ive tried DLookup but it returns an error.
  19. M

    Another Query Problem...

    I tried Pbaldy's suggestion and it worked fine. Thanks you I love this site
  20. M

    Another Query Problem...

    In a previous post, someone told me that I could refer to a query field from a text box on a form. The query I have ALWAYS returns just one record, so I am referring to a field in that query record via the Control Source with... =[Appt Query]![Score1] but it wont work. Why ?? Thanks in...
Back
Top Bottom