Search results

  1. S

    UNION Queries

    A five minute job? This is the code I've entered for my Union query select tblApplication.[ApplicantID], tblApplication.[Application Pack Sent], tblApplication.[Candidate Withdrew], tblApplication.[Application Pack Received], tblApplication.[NFUM - rejected], tblApplication.[Invited to...
  2. S

    UNION Queries

    Ok then... Are you saying that the SQL should be :- select tblApplication.[ApplicantID], tblApplication.[Application Pack Sent], tblApplication.[Candidate Withdrew], tblApplication.[Application Pack Received], tblApplication.[NFUM - rejected], tblApplication.[Invited to Assessment Centre]...
  3. S

    UNION Queries

    Union Queries Hi everybody, thanks for your help, I've writtena union query, which combnes fields from two tables and merges them into one. The SQL is:- select tblApplication.[ApplicantID], tblApplication.[Application Pack Sent], tblApplication.[Candidate Withdrew]...
  4. S

    Union Query? Help required***

    Hi, I've quite pleased that I've been able to create a good recruitment database (well with alittle help from my friends on this forum and the occasional help book. However now I have aproblem Basically I have these two tables tblArchiveNFA and tbl Application, from which I need to produce a...
  5. S

    How do i get a query to total the results of two queries

    Hi, I have two separte tables in my database, each have the same fields but one table holds current data and the second expired data. How do i get a query to count the total for both tables in an overall total Thanks
  6. S

    ***Mailmerge Macro***

    Hi, Is there any way to first open a particular query and then merge the results with a document in word? Thanks Scotty
  7. S

    Application Tracking Database

    Cheers Thanks Aleb, that's a great help. I hadn't relaised that macro's were relatively straightforward Scott
  8. S

    Application Tracking Database

    Sorry Peeps Sorry didn't mean to cause any distress. Think I have been misunderstood. I working at a company in recruitment on a temp contract and personally thought that the system currently in use was inadequate (lengthy excel and paper system) so in my own time thought I 'd try and throw...
  9. S

    ***Calling all Report experts***

    Hi, thanks for reading. I'm in the process of producing a recruitment database, used by my work for tracking people's applications and producing reports etc. (see attached) My problem is with producing reports. I was wondering if somebody could produce a summary report which produces some...
  10. S

    Application Tracking Database

    Excellent thanks That's great seems to work a treat. Is there any chance though that you could edit it so that the append query runs first and then the delte query, all in the same macro Scotty
  11. S

    Application Tracking Database

    Thanks but... Thanks, your macros seem to work great its just that my macro qdelNFA is wrong. i just used some test data and what is happening is that the row in tblAplication is being deleted but not the tblApplicant record. Is there any chance someone could sort out this query so that it...
  12. S

    Application Tracking Database

    Hi, please please help, I've got into a bit of a pickle with a database I have to produce for work. It's a database for recruitment purposes basically it needs to track applicants application process. So far I have created the following table:- tblApplicant - Details on each applicant...
  13. S

    The Joy of Access

    Hi, Another problem I am having is how do I set the switchboard to run a query. I tried setting it as a form bu then it would not allow me to merge it with MS word for a mail merge
  14. S

    Updating a Query

    Hi, I'm in the process of constructing an Access database for recruitment purposes. (Please see attached) the current problem I am having is related to quries. I've got a query whereby a list is produced of all candidates who we have sent an application pack to but have not recieved it back...
Back
Top Bottom