Search results

  1. melvis

    Hiding forms

    Hi all, I have tried searching for other relevant posts but have not found anything. I have a form that gives the user the option of opening up 3 different forms (bit like a switchboard). When a form is selected to open, upon opening, the main selection form is visible behind the opened...
  2. melvis

    Multi Query Problem

    Cheers. :) The union query has worked, although I've still got 2 clients that pop up with a duplicate record. If I use: SELECT (Person_Id), (Name), (Address) FROM (tbl_A_no_duplicates) UNION SELECT (Person_Id), (Name), (Address) FROM (tbl_B_no_duplicates) UNION SELECT (Person_Id), (Name)...
  3. melvis

    Multi Query Problem

    dcx693, Thanks for the suggestion. I created a union query but when I run the query, it returns all the records from all 3 tables. Here is the SQL statement, SELECT (Person_Id), (Name), (Surname), (Date_of_Birth), (Address), (Post_Code), (Supplier_Name), (Service_Type), (Start_Date) FROM...
  4. melvis

    Multi Query Problem

    Hi all, I have a database that contains records for all of our clients. One of the fields relates to service type received. The main table that holds all the records has many duplicates, as some clients have more than one service. I have created separate tables and append queries to filter out...
  5. melvis

    Criteria problems

    Jon K - Thanks for the advice, even the admin staff can do it - well chuffed. However, I just thought about updating the table. The table will need to updated every now and then with a more accurate list of users. Is there anyway I can update this table and still use the queries and reports I...
  6. melvis

    Criteria problems

    Thanks Jon K Worked a treat.:D :D
  7. melvis

    Criteria problems

    Unfortunately, there is only one field for assessments and this contains all the different types. It is set out like so: ID (Primary key) - Name - Surname - Assessment So if Joe Bloggs has had for different assessments, then he is listed 4 times, but the assessment details are different. Any...
  8. melvis

    Criteria problems

    Hi guys, I have been given a table that was produced in Excel that I have imported into Access, it is a list of service users that have received an assessment from us. There are 11 different assessments and not all users have had one of each. For example, one user has 4 different assessments...
  9. melvis

    Pro's and Con's in building a DB

    Hi, I have been given the task of producing a feasibility study on the benefits of building a separate (secure) database on Access or having the software developers build an add-on to our existing system. I was wondering if any body could help me with some of the pro's and con's for each...
  10. melvis

    User Level Password Form

    Thanks for the advice. I have just completed the user level security wizard and was well impressed. Just tried it out on an unsespecting admin clerk - worked a treat. Thanks for all your help. :D
  11. melvis

    User Level Password Form

    Thanks Autoeng. Worked a treat. Oldsoftboss, Thanks for the code. Haven't tried it yet though, boss got me working on something else... I like the db form you emailed to me - just what I was looking for. Thanks for you help. ghudson, Now you got me!!! If I used Access security would this...
  12. melvis

    User Level Password Form

    Hiya, I am trying to create a form that can be used as the user level logon screen. The form has been designed with an option group for selecting the type of user and then a text box for the password to be entered in, followed by a continue button. Once the user has selected their type and...
  13. melvis

    Calculations in Reports

    Hi, At the bottom of each of my reports I have a text box that displays the total number of records within the report. What I am trying to do is create a new report that will show the values from each of these text boxes, basically producing a summary sheet. Is this possible?
  14. melvis

    Show totals at bottom of report.

    ;) Thanks Sara, Worked first time.
  15. melvis

    Show totals at bottom of report.

    Basically on the page footer.
  16. melvis

    Show totals at bottom of report.

    Thanks for the advice Colin. It has worked on one of the forms, but not the other. Basically the report shows information relating to clients details, (as defined in the query). I'm trying to include a text box on the report that will display the number of records in the report. So for...
  17. melvis

    Show totals at bottom of report.

    Hiya, I'm having a bit of trouble showing the totals at the bottom of a report. I have tried setting the control source to =Count(*) but the message in the text box displays #Error Doe's anybody know what I'm doing wrong? Any help would be greatly appreciated. Thanks
  18. melvis

    Amalgamated Reports

    Hiya, I have a number of reports that provide specific information relating to the queries they are based on, as well as a sum in a text box to calculate the number of records within the report. Basically I am wanting to take the outcome of the sums on all reports and then produce one report...
  19. melvis

    Count Query

    :) Thanks, totally forgot about that.
  20. melvis

    Count Query

    Hello, There is probably a really simple answer to this, but my mind has gone totally blank. Basically I am trying to create a query that will count all of the records in a form that match the criteria I want. For instance, out of 100 children registered, I want to find out the number that are...
Back
Top Bottom